Commit 08d2b86a authored by gauravbackback's avatar gauravbackback Committed by Christian Heimes

bpo-31440: Changed default module search path for windows

parent 696b501c
......@@ -21,9 +21,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"
......
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