Skip to content

Commit 7b24896

Browse files
committed
FIX: correcting path to VS12's vsvars32.bat
1 parent d022671 commit 7b24896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/vcbuild.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ IF NOT ERRORLEVEL 1 GOTO BUILD
1717

1818
REM vs12 is VS 2012
1919
:TRY_VS12
20-
CALL "%VS110COMNTOOLS%\vsvars32.bat" 2>NUL
20+
CALL "%VS120COMNTOOLS%\vsvars32.bat" 2>NUL
2121
IF NOT ERRORLEVEL 1 GOTO BUILD
2222

2323
ECHO Visual Studio 2012, 2010, or 2008 doesn't seem to be installed

0 commit comments

Comments
 (0)