Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc285c6 commit 4ded2c5Copy full SHA for 4ded2c5
1 file changed
PC/pyconfig.h
@@ -308,11 +308,11 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
308
file in their Makefile (other compilers are
309
generally taken care of by distutils.) */
310
# if defined(_DEBUG)
311
-# pragma comment(lib,"python312_d.lib")
+# pragma comment(lib,"python313_d.lib")
312
# elif defined(Py_LIMITED_API)
313
# pragma comment(lib,"python3.lib")
314
# else
315
-# pragma comment(lib,"python312.lib")
+# pragma comment(lib,"python313.lib")
316
# endif /* _DEBUG */
317
# endif /* _MSC_VER */
318
# endif /* Py_BUILD_CORE */
0 commit comments