Skip to content

Commit 4ded2c5

Browse files
authored
Update Windows library names for the Python version bump (#104755)
1 parent bc285c6 commit 4ded2c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PC/pyconfig.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -308,11 +308,11 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
308308
file in their Makefile (other compilers are
309309
generally taken care of by distutils.) */
310310
# if defined(_DEBUG)
311-
# pragma comment(lib,"python312_d.lib")
311+
# pragma comment(lib,"python313_d.lib")
312312
# elif defined(Py_LIMITED_API)
313313
# pragma comment(lib,"python3.lib")
314314
# else
315-
# pragma comment(lib,"python312.lib")
315+
# pragma comment(lib,"python313.lib")
316316
# endif /* _DEBUG */
317317
# endif /* _MSC_VER */
318318
# endif /* Py_BUILD_CORE */

0 commit comments

Comments
 (0)