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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user