File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -316,19 +316,19 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
316316 file in their Makefile */
317317# if defined(Py_GIL_DISABLED )
318318# if defined(_DEBUG )
319- # pragma comment(lib,"python313t_d .lib")
319+ # pragma comment(lib,"python314t_d .lib")
320320# elif defined(Py_LIMITED_API )
321321# pragma comment(lib,"python3t.lib")
322322# else
323- # pragma comment(lib,"python313t .lib")
323+ # pragma comment(lib,"python314t .lib")
324324# endif /* _DEBUG */
325325# else /* Py_GIL_DISABLED */
326326# if defined(_DEBUG )
327- # pragma comment(lib,"python313_d .lib")
327+ # pragma comment(lib,"python314_d .lib")
328328# elif defined(Py_LIMITED_API )
329329# pragma comment(lib,"python3.lib")
330330# else
331- # pragma comment(lib,"python313 .lib")
331+ # pragma comment(lib,"python314 .lib")
332332# endif /* _DEBUG */
333333# endif /* Py_GIL_DISABLED */
334334# endif /* _MSC_VER */
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ if "%~1"=="-O" (set dashO=-O) & shift & goto CheckOpts
4242if " %~1 " == " -q" (set qmode=yes) & shift & goto CheckOpts
4343if " %~1 " == " -d" (set suffix=_d) & shift & goto CheckOpts
4444rem HACK: Need some way to infer the version number in this script
45- if " %~1 " == " --disable-gil" (set pyname=python3.13t ) & shift & goto CheckOpts
45+ if " %~1 " == " --disable-gil" (set pyname=python3.14t ) & shift & goto CheckOpts
4646if " %~1 " == " -win32" (set prefix=%pcbuild% win32) & shift & goto CheckOpts
4747if " %~1 " == " -x64" (set prefix=%pcbuild% amd64) & shift & goto CheckOpts
4848if " %~1 " == " -amd64" (set prefix=%pcbuild% amd64) & shift & goto CheckOpts
You can’t perform that action at this time.
0 commit comments