Skip to content

Commit 9171b28

Browse files
committed
Solve other issues.
1 parent 29ce6e5 commit 9171b28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/run-test.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
if "%1" == "2019" (
22
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" %2
33
) else (
4-
call "C:\Program Files\Microsoft Visual Studio\%1\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" %2
4+
@rem "TODO: Implement 2025 support in the future"
5+
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" %2
56
)
67
nmake /f Makefile.win32 check clean DLL_CFLAGS=%3 EXE_CFLAGS=%4

0 commit comments

Comments
 (0)