Skip to content

Commit 3ead1c2

Browse files
joaocgreisTrott
authored andcommitted
build,win: fix goto exit in vcbuild
PR-URL: #30931 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent 80fb153 commit 3ead1c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vcbuild.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,7 @@ echo vcbuild.bat no-cctest : skip building cctest.exe
720720
goto exit
721721

722722
:exit
723+
if %errorlevel% neq 0 exit /b %errorlevel%
723724
exit /b %exit_code%
724725

725726

0 commit comments

Comments
 (0)