mirror of
https://github.com/python/cpython.git
synced 2026-01-01 04:53:46 +00:00
[3.10] gh-101759: Update Windows installer to SQLite 3.40.1 (GH-101762) (#101792)
(cherry picked from commit 5d15224011)
This commit is contained in:
parent
a565cd5b10
commit
207fa11feb
4 changed files with 4 additions and 3 deletions
|
|
@ -64,7 +64,7 @@
|
|||
<Import Project="$(ExternalProps)" Condition="$(ExternalProps) != '' and Exists('$(ExternalProps)')" />
|
||||
|
||||
<PropertyGroup>
|
||||
<sqlite3Dir Condition="$(sqlite3Dir) == ''">$(ExternalsDir)sqlite-3.39.4.0\</sqlite3Dir>
|
||||
<sqlite3Dir Condition="$(sqlite3Dir) == ''">$(ExternalsDir)sqlite-3.40.1.0\</sqlite3Dir>
|
||||
<bz2Dir Condition="$(bz2Dir) == ''">$(ExternalsDir)bzip2-1.0.8\</bz2Dir>
|
||||
<lzmaDir Condition="$(lzmaDir) == ''">$(ExternalsDir)xz-5.2.5\</lzmaDir>
|
||||
<libffiDir Condition="$(libffiDir) == ''">$(ExternalsDir)libffi-3.3.0\</libffiDir>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue