mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-15 17:20:07 +01:00
little tweaks
This commit is contained in:
3
build.py
3
build.py
@@ -1047,7 +1047,8 @@ def cmd_docset_py(options, args):
|
||||
tarball.add(opj('dist', name+'.docset'), name+'.docset', filter=_setTarItemPerms)
|
||||
|
||||
if options.upload:
|
||||
uploadPackage(tarfilename, options)
|
||||
uploadPackage(tarfilename, options, keep=5,
|
||||
mask='%s-docset-%s*' % (baseName, cfg.VER_MAJOR))
|
||||
|
||||
msg("Docset file built at %s" % tarfilename)
|
||||
|
||||
|
||||
@@ -315,7 +315,7 @@ def main(wxDir, args):
|
||||
else:
|
||||
arch = "x86_64"
|
||||
else:
|
||||
# otherwise assume the user klnows what they are doing and just use what they gave us.
|
||||
# otherwise assume the user knows what they are doing and just use what they gave us.
|
||||
arch = options.mac_universal_binary
|
||||
configure_opts.append("--enable-universal_binary=%s" % arch)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user