mirror of
https://github.com/servo/servo.git
synced 2025-06-06 00:25:37 +00: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
|
||||
) ELSE (
|
||||
ECHO 32-bit Windows is currently unsupported.
|
||||
EXIT /B
|
||||
EXIT /B 1
|
||||
)
|
||||
)
|
||||
) ELSE (
|
||||
ECHO Visual Studio 2015 or 2017 is not installed.
|
||||
ECHO Download and install Visual Studio 2015 or 2017 from https://www.visualstudio.com/
|
||||
EXIT /B
|
||||
EXIT /B 1
|
||||
)
|
||||
|
||||
popd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue