build.bat: Fix message for missing MSBuild.

This commit is contained in:
/dev/urandom 2016-09-20 20:13:27 +02:00
parent 8c7d6721ce
commit 9e4f6604a8
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

View File

@ -11,7 +11,7 @@ msbuild /version >NUL 2>NUL
if errorlevel 0 goto:build if errorlevel 0 goto:build
echo Couldn't find any MSBuild to build this project. echo Couldn't find any MSBuild to build this project.
echo Make sure you have Microsoft Build Tools 2015 or Visual Studio 2015 installed. echo Make sure you have Visual C++ Build Tools 2015 or Visual Studio 2015 installed.
endlocal endlocal
exit /B 1 exit /B 1