summaryrefslogtreecommitdiff
path: root/PCbuild
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-01-09 16:46:40 -0800
committerGitHub <noreply@github.com>2019-01-09 16:46:40 -0800
commit2bd5f7e91add6a20c311d46c332c4325b1e77883 (patch)
tree3aa4cd04f7043f8965939c96c0034bc3f7c772bf /PCbuild
parent14190000c753835e3618b87b2a0cecb3fa4e3134 (diff)
downloadcpython-git-2bd5f7e91add6a20c311d46c332c4325b1e77883.tar.gz
bpo-34855: Fix EXTERNALS_DIR build variable for Windows (GH-11177)
(cherry picked from commit 6aedfa6b9ac324587f64133c23757a66a8f355bb) Co-authored-by: antektek <45912913+antektek@users.noreply.github.com>
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/find_python.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/find_python.bat b/PCbuild/find_python.bat
index d0778ddd73..d5c787fd77 100644
--- a/PCbuild/find_python.bat
+++ b/PCbuild/find_python.bat
@@ -24,7 +24,7 @@
:begin_search
@set PYTHON=
-@set _Py_EXTERNALS_DIR=%EXTERNAL_DIR%
+@set _Py_EXTERNALS_DIR=%EXTERNALS_DIR%
@if "%_Py_EXTERNALS_DIR%"=="" (set _Py_EXTERNALS_DIR=%~dp0\..\externals)
@rem If we have Python in externals, use that one