We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d022671 commit 7b24896Copy full SHA for 7b24896
make/vcbuild.bat
@@ -17,7 +17,7 @@ IF NOT ERRORLEVEL 1 GOTO BUILD
17
18
REM vs12 is VS 2012
19
:TRY_VS12
20
-CALL "%VS110COMNTOOLS%\vsvars32.bat" 2>NUL
+CALL "%VS120COMNTOOLS%\vsvars32.bat" 2>NUL
21
IF NOT ERRORLEVEL 1 GOTO BUILD
22
23
ECHO Visual Studio 2012, 2010, or 2008 doesn't seem to be installed
0 commit comments