Kaydet (Commit) da4dbc36 authored tarafından Marc-André Lemburg's avatar Marc-André Lemburg

Removed the Python version from the PYTHONHOMEHELP string. It was

still set to python2.0 ...
üst 66a0a0a9
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#if defined(PYOS_OS2) || defined(MS_WINDOWS) #if defined(PYOS_OS2) || defined(MS_WINDOWS)
#define PYTHONHOMEHELP "<prefix>\\lib" #define PYTHONHOMEHELP "<prefix>\\lib"
#else #else
#define PYTHONHOMEHELP "<prefix>/python2.0" #define PYTHONHOMEHELP "<prefix>/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