From: Jack Jansen Date: Fri, 31 Jul 1998 09:38:01 +0000 (+0000) Subject: Initialize the program name before adding shared library resources (Just). X-Git-Tag: v1.5.2a1~181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87c485c1ad771fb9853bca572c493cc4acc0b7cb;p=python Initialize the program name before adding shared library resources (Just). --- diff --git a/Mac/Python/macmain.c b/Mac/Python/macmain.c index 8fac6f0c1a..24bcd77baa 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