mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
bpo-31440: Changed default module search path for windows (#4613)
(cherry picked from commit 08d2b86a10
)
This commit is contained in:
parent
4237939805
commit
cb79c22039
1 changed files with 2 additions and 2 deletions
|
@ -20,9 +20,9 @@
|
|||
#endif
|
||||
|
||||
#if defined(MS_WINDOWS)
|
||||
#define PYTHONHOMEHELP "<prefix>\\lib"
|
||||
#define PYTHONHOMEHELP "<prefix>\\python{major}{minor}"
|
||||
#else
|
||||
#define PYTHONHOMEHELP "<prefix>/pythonX.X"
|
||||
#define PYTHONHOMEHELP "<prefix>/lib/pythonX.X"
|
||||
#endif
|
||||
|
||||
#include "pygetopt.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue