build.bat: Fix message for missing MSBuild.
This commit is contained in:
parent
8c7d6721ce
commit
9e4f6604a8
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user