mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Initialize the program name before adding shared library resources (Just).
This commit is contained in:
parent
2e6445caa6
commit
87c485c1ad
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue