Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da4dbc3

Browse files
committed
Removed the Python version from the PYTHONHOMEHELP string. It was
still set to python2.0 ...
1 parent 66a0a0a commit da4dbc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#if defined(PYOS_OS2) || defined(MS_WINDOWS)
1515
#define PYTHONHOMEHELP "<prefix>\\lib"
1616
#else
17-
#define PYTHONHOMEHELP "<prefix>/python2.0"
17+
#define PYTHONHOMEHELP "<prefix>/pythonX.X"
1818
#endif
1919

2020
#include "pygetopt.h"

0 commit comments

Comments
 (0)