File tree 2 files changed +5
-5
lines changed
Filter options
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 */
316
316
file in their Makefile */
317
317
# if defined(Py_GIL_DISABLED )
318
318
# if defined(_DEBUG )
319
- # pragma comment(lib,"python313t_d .lib")
319
+ # pragma comment(lib,"python314t_d .lib")
320
320
# elif defined(Py_LIMITED_API )
321
321
# pragma comment(lib,"python3t.lib")
322
322
# else
323
- # pragma comment(lib,"python313t .lib")
323
+ # pragma comment(lib,"python314t .lib")
324
324
# endif /* _DEBUG */
325
325
# else /* Py_GIL_DISABLED */
326
326
# if defined(_DEBUG )
327
- # pragma comment(lib,"python313_d .lib")
327
+ # pragma comment(lib,"python314_d .lib")
328
328
# elif defined(Py_LIMITED_API )
329
329
# pragma comment(lib,"python3.lib")
330
330
# else
331
- # pragma comment(lib,"python313 .lib")
331
+ # pragma comment(lib,"python314 .lib")
332
332
# endif /* _DEBUG */
333
333
# endif /* Py_GIL_DISABLED */
334
334
# 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
42
42
if " %~1 " == " -q" (set qmode=yes) & shift & goto CheckOpts
43
43
if " %~1 " == " -d" (set suffix=_d) & shift & goto CheckOpts
44
44
rem 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
46
46
if " %~1 " == " -win32" (set prefix=%pcbuild% win32) & shift & goto CheckOpts
47
47
if " %~1 " == " -x64" (set prefix=%pcbuild% amd64) & shift & goto CheckOpts
48
48
if " %~1 " == " -amd64" (set prefix=%pcbuild% amd64) & shift & goto CheckOpts
You can’t perform that action at this time.
0 commit comments