[Python-checkins] cpython: Fix get_externals.bat

zach.ware python-checkins at python.org
Mon Sep 5 15:40:46 EDT 2016


https://hg.python.org/cpython/rev/8c6c91983d64
changeset:   103055:8c6c91983d64
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Mon Sep 05 14:40:25 2016 -0500
summary:
  Fix get_externals.bat

files:
  PCbuild/get_externals.bat |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat
--- a/PCbuild/get_externals.bat
+++ b/PCbuild/get_externals.bat
@@ -55,7 +55,7 @@
 set libraries=%libraries%                                    bzip2-1.0.6
 if NOT "%IncludeSSL%"=="false" set libraries=%libraries%     nasm-2.11.06
 if NOT "%IncludeSSL%"=="false" set libraries=%libraries%     openssl-1.0.2h
-set libraries=%libraries%                                    sqlite-3.8.11.0
+set libraries=%libraries%                                    sqlite-3.14.1.0
 if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-core-8.6.6.0
 if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.6.6.0
 if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tix-8.4.3.6

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list