summaryrefslogtreecommitdiffstats
path: root/PCbuild/python.props
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-03-17 21:41:36 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-03-17 21:41:36 (GMT)
commit2bf60cb02028d4bcf31e446f2e2ae81aa23bd60c (patch)
treed9c598437bfe7db8483108a755412dafa8452d2d /PCbuild/python.props
parent115d858644f685b904ee91029cbfa091b9f57b3a (diff)
downloadcpython-2bf60cb02028d4bcf31e446f2e2ae81aa23bd60c.zip
cpython-2bf60cb02028d4bcf31e446f2e2ae81aa23bd60c.tar.gz
cpython-2bf60cb02028d4bcf31e446f2e2ae81aa23bd60c.tar.bz2
Issue #19450: Update Windows builds to use SQLite 3.8.11.0.
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 23dfb56..abfb826 100644
--- a/PCbuild/python.props
+++ b/PCbuild/python.props
@@ -32,7 +32,7 @@
<!-- Directories of external projects. tcltk is handled in tcltk.props -->
<ExternalsDir>$([System.IO.Path]::GetFullPath(`$(PySourcePath)externals\`))</ExternalsDir>
- <sqlite3Dir>$(ExternalsDir)sqlite-3.6.21\</sqlite3Dir>
+ <sqlite3Dir>$(ExternalsDir)sqlite-3.8.11.0\</sqlite3Dir>
<bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>
<bsddbDir>$(ExternalsDir)db-4.7.25.0</bsddbDir>
<opensslDir>$(ExternalsDir)openssl-1.0.2g\</opensslDir>