Skip to content

Commit

Permalink
win,build: set exit_code on configure failure
Browse files Browse the repository at this point in the history
PR-URL: #32205
Fixes: #31573
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
Bartlomiej Brzozowski authored and addaleax committed Mar 30, 2020
1 parent 68608b2 commit 2ee684a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vcbuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,7 @@ goto exit
:create-msvs-files-failed
echo Failed to create vc project files.
del .used_configure_flags
set exit_code=1
goto exit

:help
Expand Down

0 comments on commit 2ee684a

Please sign in to comment.