From d18b6a7e40460efe652ffd1bd072947d635ae890 Mon Sep 17 00:00:00 2001 From: João Reis Date: Tue, 20 Aug 2019 21:35:17 +0100 Subject: build,win: accept Python 3 if 2 is not available If there is no Python 2 available, use Python 3. This allows to test running configure with Python 3. PR-URL: https://github.com/nodejs/node/pull/29236 Reviewed-By: Christian Clauss Reviewed-By: Rich Trott --- vcbuild.bat | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vcbuild.bat') diff --git a/vcbuild.bat b/vcbuild.bat index 6897e0a6f8..86b2f1e3c9 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -689,6 +689,9 @@ goto exit :create-msvs-files-failed echo Failed to create vc project files. +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 goto exit -- cgit v1.2.3