Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
build,win: fix goto exit in vcbuild
PR-URL: #30931 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
- Loading branch information
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -675,6 +675,7 @@ echo vcbuild.bat no-cctest : skip building cctest.exe | ||
| goto exit | ||
|
|
||
| :exit | ||
| if %errorlevel% neq 0 exit /b %errorlevel% | ||
| exit /b %exit_code% | ||
|
|
||
|
|
||