Windows: Propagate errors in make.bat

Propagate errors out of make.bat so any calling processes can use the
exit code to determine failure during build/update.

Pull Request: https://projects.blender.org/blender/blender/pulls/108727
This commit is contained in:
guishe 2023-08-16 19:29:47 +02:00 committed by Ray molenkamp
parent 59fb9341cf
commit c69f526fdb
1 changed files with 1 additions and 0 deletions

View File

@ -128,3 +128,4 @@ if "%BUILD_WITH_NINJA%" == "" (
)
:EOF
if errorlevel 1 exit /b %errorlevel%