Skip to content

Commit

Permalink
FIX: correct path to Visual Studio 2017 dev command
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Oct 18, 2017
1 parent 973d394 commit 65200dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/vcbuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ IF /I "%1" == "vc9" GOTO TRY_VS9

REM vs15 is VS 2017
:TRY_VS17
CALL "%VS150COMNTOOLS%\vsvars32.bat" 2>NUL
CALL "%VS150COMNTOOLS%\VsDevCmd.bat" 2>NUL
IF NOT ERRORLEVEL 1 GOTO BUILD

REM vs14 is VS 2015
Expand Down

0 comments on commit 65200dd

Please sign in to comment.