Removed the Python version from the PYTHONHOMEHELP string. It was
still set to python2.0 ...
This commit is contained in:
parent
66a0a0a9b6
commit
da4dbc36c1
|
@ -14,7 +14,7 @@
|
|||
#if defined(PYOS_OS2) || defined(MS_WINDOWS)
|
||||
#define PYTHONHOMEHELP "<prefix>\\lib"
|
||||
#else
|
||||
#define PYTHONHOMEHELP "<prefix>/python2.0"
|
||||
#define PYTHONHOMEHELP "<prefix>/pythonX.X"
|
||||
#endif
|
||||
|
||||
#include "pygetopt.h"
|
||||
|
|
Loading…
Reference in New Issue