summaryrefslogtreecommitdiffstats
path: root/PCbuild/python.props
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2020-07-20 23:09:41 (GMT)
committerGitHub <noreply@github.com>2020-07-20 23:09:41 (GMT)
commit84761c3cc4bac31d471e371c53a338686d4b0241 (patch)
treec2848b4eaa188a8fd5c5233dba1b4a04df57d183 /PCbuild/python.props
parent5a2bac7fe0e7a2b67fd57c7a9176a50feed0d7a0 (diff)
downloadcpython-84761c3cc4bac31d471e371c53a338686d4b0241.zip
cpython-84761c3cc4bac31d471e371c53a338686d4b0241.tar.gz
cpython-84761c3cc4bac31d471e371c53a338686d4b0241.tar.bz2
bpo-40741: Update Windows build to include SQLite 3.32.3 (GH-21570)
Diffstat (limited to 'PCbuild/python.props')
-rw-r--r--PCbuild/python.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/python.props b/PCbuild/python.props
index bf6f371..5f4926e 100644
--- a/PCbuild/python.props
+++ b/PCbuild/python.props
@@ -56,7 +56,7 @@
<ExternalsDir>$(EXTERNALS_DIR)</ExternalsDir>
<ExternalsDir Condition="$(ExternalsDir) == ''">$([System.IO.Path]::GetFullPath(`$(PySourcePath)externals`))</ExternalsDir>
<ExternalsDir Condition="!HasTrailingSlash($(ExternalsDir))">$(ExternalsDir)\</ExternalsDir>
- <sqlite3Dir>$(ExternalsDir)sqlite-3.31.1.0\</sqlite3Dir>
+ <sqlite3Dir>$(ExternalsDir)sqlite-3.32.3.0\</sqlite3Dir>
<bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>
<lzmaDir>$(ExternalsDir)xz-5.2.2\</lzmaDir>
<libffiDir>$(ExternalsDir)libffi\</libffiDir>