commit | 87c485c1ad771fb9853bca572c493cc4acc0b7cb | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Fri Jul 31 09:38:01 1998 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Fri Jul 31 09:38:01 1998 +0000 |
tree | 516de8d29fb453764c645793302c90b9b6c807a7 | |
parent | 2e6445caa67955fc1f627df9655e1a49b8f3fdae [diff] |
Initialize the program name before adding shared library resources (Just).
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 @@ #ifdef USE_MAC_SHARED_LIBRARY /* Add the shared library to the stack of resource files */ + (void)PyMac_init_process_location(); PyMac_AddLibResources(); #endif