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 <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
Bartlomiej Brzozowski authored and targos committed Apr 22, 2020
1 parent 3b02042 commit 10c525f
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 @@ -719,6 +719,7 @@ if %VCBUILD_PYTHON_VERSION%==3 (
echo Python 3 is not yet fully supported, to avoid issues Python 2 should be installed.
)
del .used_configure_flags
set exit_code=1
goto exit

:help
Expand Down

0 comments on commit 10c525f

Please sign in to comment.