summaryrefslogtreecommitdiff
path: root/vcbuild.bat
diff options
context:
space:
mode:
authorJoão Reis <reis@janeasystems.com>2019-10-24 02:13:52 +0100
committerSam Roberts <vieuxtech@gmail.com>2019-10-25 11:35:01 -0700
commitd1d571e089e69bc9e3ae525012f6ec00da3a0ab8 (patch)
treeac1fb4414866c3beb0a6764285bc006a0f098d07 /vcbuild.bat
parentb2ccbb27dc98dfd771d7d5592e139e2001baa56c (diff)
downloadandroid-node-v8-d1d571e089e69bc9e3ae525012f6ec00da3a0ab8.tar.gz
android-node-v8-d1d571e089e69bc9e3ae525012f6ec00da3a0ab8.tar.bz2
android-node-v8-d1d571e089e69bc9e3ae525012f6ec00da3a0ab8.zip
build: vcbuild uses default Python, not Py2
vcbuild now searches for the first python.exe found, and uses it, where it used to look for Python 2 first. PR-URL: https://github.com/nodejs/node/pull/30091 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: João Reis <reis@janeasystems.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'vcbuild.bat')
-rw-r--r--vcbuild.bat3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcbuild.bat b/vcbuild.bat
index 5ddc04aeb2..57f2deba79 100644
--- a/vcbuild.bat
+++ b/vcbuild.bat
@@ -688,9 +688,6 @@ 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