Skip to content

Commit 10c525f

Browse files
Bartlomiej Brzozowskitargos
Bartlomiej Brzozowski
authored andcommittedApr 22, 2020
win,build: set exit_code on configure failure
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>
1 parent 3b02042 commit 10c525f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎vcbuild.bat

+1
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,7 @@ if %VCBUILD_PYTHON_VERSION%==3 (
719719
echo Python 3 is not yet fully supported, to avoid issues Python 2 should be installed.
720720
)
721721
del .used_configure_flags
722+
set exit_code=1
722723
goto exit
723724

724725
:help

0 commit comments

Comments
 (0)
Please sign in to comment.