mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-18 18:55:38 +01:00
IGN:OSX Freeze: turn off argv emulation
This commit is contained in:
parent
614522802f
commit
72dd492d8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue