summaryrefslogtreecommitdiffstats
path: root/PCbuild/build.bat
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-09-07 18:49:23 (GMT)
committerGitHub <noreply@github.com>2017-09-07 18:49:23 (GMT)
commit05f01d85257d0f3409c7335aaf0bf6a6da7eecb7 (patch)
tree32f5e8671e6f384e1ee8b3d38c45495778f45f03 /PCbuild/build.bat
parenta853a8ba7850381d49b284295dd6f0dc491dbe44 (diff)
downloadcpython-05f01d85257d0f3409c7335aaf0bf6a6da7eecb7.zip
cpython-05f01d85257d0f3409c7335aaf0bf6a6da7eecb7.tar.gz
cpython-05f01d85257d0f3409c7335aaf0bf6a6da7eecb7.tar.bz2
bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632)
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 99d9ead..d4aebf5 100644
--- a/PCbuild/build.bat
+++ b/PCbuild/build.bat
@@ -84,7 +84,7 @@ if "%~1"=="-E" (set IncludeExternals=false) & 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