We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 973d394 commit 65200ddCopy full SHA for 65200dd
make/vcbuild.bat
@@ -9,7 +9,7 @@ IF /I "%1" == "vc9" GOTO TRY_VS9
9
10
REM vs15 is VS 2017
11
:TRY_VS17
12
-CALL "%VS150COMNTOOLS%\vsvars32.bat" 2>NUL
+CALL "%VS150COMNTOOLS%\VsDevCmd.bat" 2>NUL
13
IF NOT ERRORLEVEL 1 GOTO BUILD
14
15
REM vs14 is VS 2015
0 commit comments