1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 22:21:29 +00:00

Switch to gtk-mac-bundler and jhbuild for building OS X app bundle

This commit is contained in:
dmiller
2015-12-09 04:16:50 +00:00
parent 53d41055c7
commit 94d48e7913
13 changed files with 371 additions and 312 deletions

View File

@@ -629,6 +629,9 @@ elif 'py2app' in sys.argv:
}
setup_args.update(MACOSX_SETUP_ARGS)
elif 'vanilla' in sys.argv:
# Don't create uninstaller, don't fix paths. Used for bundling on OS X
sys.argv.remove('vanilla')
else:
# Default args.
DEFAULT_SETUP_ARGS = {