mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
mach.bat: exit with an error code
This commit is contained in:
parent
c2d868f213
commit
1bab9fb64f
1 changed files with 2 additions and 2 deletions
4
mach.bat
4
mach.bat
|
@ -25,13 +25,13 @@ IF EXIST "%VS_VCVARS%" (
|
||||||
call "%VS_VCVARS%" x64
|
call "%VS_VCVARS%" x64
|
||||||
) ELSE (
|
) ELSE (
|
||||||
ECHO 32-bit Windows is currently unsupported.
|
ECHO 32-bit Windows is currently unsupported.
|
||||||
EXIT /B
|
EXIT /B 1
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
) ELSE (
|
) ELSE (
|
||||||
ECHO Visual Studio 2015 or 2017 is not installed.
|
ECHO Visual Studio 2015 or 2017 is not installed.
|
||||||
ECHO Download and install Visual Studio 2015 or 2017 from https://www.visualstudio.com/
|
ECHO Download and install Visual Studio 2015 or 2017 from https://www.visualstudio.com/
|
||||||
EXIT /B
|
EXIT /B 1
|
||||||
)
|
)
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue