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

Skip to content

Commit 6ad6ee6

Browse files
author
Thomas Heller
committed
Update import library name on windows.
1 parent ab807e8 commit 6ad6ee6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PC/pyconfig.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,9 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
225225
their Makefile (other compilers are generally
226226
taken care of by distutils.) */
227227
# ifdef _DEBUG
228-
# pragma comment(lib,"python24_d.lib")
228+
# pragma comment(lib,"python25_d.lib")
229229
# else
230-
# pragma comment(lib,"python24.lib")
230+
# pragma comment(lib,"python25.lib")
231231
# endif /* _DEBUG */
232232
# endif /* _MSC_VER */
233233
# endif /* Py_BUILD_CORE */

0 commit comments

Comments
 (0)