diff options
Diffstat (limited to 'Mac/Python/macmain.c')
-rw-r--r-- | Mac/Python/macmain.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Python/macmain.c b/Mac/Python/macmain.c index 8fac6f0..24bcd77 100644 --- a/Mac/Python/macmain.c +++ b/Mac/Python/macmain.c @@ -201,6 +201,7 @@ init_common(int *argcp, char ***argvp, int embedded) #ifdef USE_MAC_SHARED_LIBRARY /* Add the shared library to the stack of resource files */ + (void)PyMac_init_process_location(); PyMac_AddLibResources(); #endif |