From 10c525f38d05f7eb0fde739dd84ea72875365dd2 Mon Sep 17 00:00:00 2001 From: Bartlomiej Brzozowski Date: Mon, 9 Mar 2020 18:07:28 +0100 Subject: [PATCH] win,build: set exit_code on configure failure PR-URL: https://github.com/nodejs/node/pull/32205 Fixes: https://github.com/nodejs/node/issues/31573 Reviewed-By: Anna Henningsen Reviewed-By: Colin Ihrig Reviewed-By: James M Snell --- vcbuild.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/vcbuild.bat b/vcbuild.bat index b8b5433757c8b6..f8112e008a079e 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -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