mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
[3.10] gh-94328: Update Windows installer to use SQLite 3.39.4 (GH-98640) (#98678)
(cherry picked from commit 0c84593275)
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
This commit is contained in:
parent
3f0f74387b
commit
a3b06fd1a2
4 changed files with 4 additions and 3 deletions
|
|
@ -57,7 +57,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.37.2.0\</sqlite3Dir>
|
||||
<sqlite3Dir>$(ExternalsDir)sqlite-3.39.4.0\</sqlite3Dir>
|
||||
<bz2Dir>$(ExternalsDir)bzip2-1.0.8\</bz2Dir>
|
||||
<lzmaDir>$(ExternalsDir)xz-5.2.5\</lzmaDir>
|
||||
<libffiDir>$(ExternalsDir)libffi-3.3.0\</libffiDir>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue