Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Reis <reis@janeasystems.com>2019-10-24 04:13:52 +0300
committerSam Roberts <vieuxtech@gmail.com>2019-10-25 21:35:01 +0300
commitd1d571e089e69bc9e3ae525012f6ec00da3a0ab8 (patch)
treeac1fb4414866c3beb0a6764285bc006a0f098d07 /vcbuild.bat
parentb2ccbb27dc98dfd771d7d5592e139e2001baa56c (diff)
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 5ddc04aeb25..57f2deba799 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