diff options
author | João Reis <reis@janeasystems.com> | 2019-10-24 02:13:52 +0100 |
---|---|---|
committer | Sam Roberts <vieuxtech@gmail.com> | 2019-10-25 11:35:01 -0700 |
commit | d1d571e089e69bc9e3ae525012f6ec00da3a0ab8 (patch) | |
tree | ac1fb4414866c3beb0a6764285bc006a0f098d07 /vcbuild.bat | |
parent | b2ccbb27dc98dfd771d7d5592e139e2001baa56c (diff) | |
download | node-new-d1d571e089e69bc9e3ae525012f6ec00da3a0ab8.tar.gz |
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.bat | 3 |
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 |