diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2020-03-02 12:25:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-02 12:25:10 (GMT) |
commit | 1382c3289bcfd34ac6811fdf9aa5bc09ca8c320e (patch) | |
tree | c02ebea8772fe2a07d97af42635d185740c8ccc0 /PCbuild/get_externals.bat | |
parent | 211055176157545ce98e6c02b09d624719e6dd30 (diff) | |
download | cpython-1382c3289bcfd34ac6811fdf9aa5bc09ca8c320e.zip cpython-1382c3289bcfd34ac6811fdf9aa5bc09ca8c320e.tar.gz cpython-1382c3289bcfd34ac6811fdf9aa5bc09ca8c320e.tar.bz2 |
bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678)
Automerge-Triggered-By: @zooba
Diffstat (limited to 'PCbuild/get_externals.bat')
-rw-r--r-- | PCbuild/get_externals.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat index f6daf32..a079b75 100644 --- a/PCbuild/get_externals.bat +++ b/PCbuild/get_externals.bat @@ -54,7 +54,7 @@ set libraries= set libraries=%libraries% bzip2-1.0.6 if NOT "%IncludeLibffiSrc%"=="false" set libraries=%libraries% libffi if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-1.1.1d -set libraries=%libraries% sqlite-3.28.0.0 +set libraries=%libraries% sqlite-3.31.1.0 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-core-8.6.9.0 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.9.0 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tix-8.4.3.6 |