From 72dd492d8dd862e36a94e9626d6d30df974e96dc Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 24 Oct 2009 10:39:30 -0600 Subject: [PATCH] IGN:OSX Freeze: turn off argv emulation --- setup/installer/osx/freeze.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/installer/osx/freeze.py b/setup/installer/osx/freeze.py index 281432fcf3..f30a037703 100644 --- a/setup/installer/osx/freeze.py +++ b/setup/installer/osx/freeze.py @@ -386,7 +386,7 @@ def main(): { 'optimize' : 2, 'dist_dir' : 'build/py2app', - 'argv_emulation' : True, + 'argv_emulation' : False, 'iconfile' : icon, 'frameworks': ['libusb.dylib', 'libunrar.dylib'], 'includes' : ['sip', 'pkg_resources', 'PyQt4.QtXml',