summaryrefslogtreecommitdiffstats
path: root/PCbuild/build.bat
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-09-07 20:58:07 (GMT)
committerGitHub <noreply@github.com>2017-09-07 20:58:07 (GMT)
commit76006f285a7e146484d9296597d1d0ace778f992 (patch)
treeabc29395cebb68a14b401e627ca1492d97594614 /PCbuild/build.bat
parentb03623227ed1264e3cac4e6bb4878d96b91aa484 (diff)
downloadcpython-76006f285a7e146484d9296597d1d0ace778f992.zip
cpython-76006f285a7e146484d9296597d1d0ace778f992.tar.gz
cpython-76006f285a7e146484d9296597d1d0ace778f992.tar.bz2
[3.6] bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler GH-1632 (#3425)
Diffstat (limited to 'PCbuild/build.bat')
-rw-r--r--PCbuild/build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/build.bat b/PCbuild/build.bat
index 2e6b0a9..5828b51 100644
--- a/PCbuild/build.bat
+++ b/PCbuild/build.bat
@@ -77,7 +77,7 @@ if "%~1"=="-e" (set IncludeExternals=true) & shift & goto CheckOpts
if "%~1"=="--no-ssl" (set IncludeSSL=false) & shift & goto CheckOpts
if "%~1"=="--no-tkinter" (set IncludeTkinter=false) & shift & goto CheckOpts
-if "%IncludeExternals%"=="" set IncludeExternals=false
+if "%IncludeExternals%"=="" set IncludeExternals=true
if "%IncludeSSL%"=="" set IncludeSSL=true
if "%IncludeTkinter%"=="" set IncludeTkinter=true