Kaydet (Commit) cb79c220 authored tarafından Miss Islington (bot)'s avatar Miss Islington (bot) Kaydeden (comit) Christian Heimes

bpo-31440: Changed default module search path for windows (#4613)

(cherry picked from commit 08d2b86a)
üst 42379398
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
#endif #endif
#if defined(MS_WINDOWS) #if defined(MS_WINDOWS)
#define PYTHONHOMEHELP "<prefix>\\lib" #define PYTHONHOMEHELP "<prefix>\\python{major}{minor}"
#else #else
#define PYTHONHOMEHELP "<prefix>/pythonX.X" #define PYTHONHOMEHELP "<prefix>/lib/pythonX.X"
#endif #endif
#include "pygetopt.h" #include "pygetopt.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment