mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
gh-104623: Update Windows installer to use SQLite 3.42.0 (#104625)
This commit is contained in:
parent
94c8edabd3
commit
aab2a366b7
4 changed files with 4 additions and 3 deletions
|
|
@ -68,7 +68,7 @@
|
|||
<Import Project="$(ExternalProps)" Condition="$(ExternalProps) != '' and Exists('$(ExternalProps)')" />
|
||||
|
||||
<PropertyGroup>
|
||||
<sqlite3Dir Condition="$(sqlite3Dir) == ''">$(ExternalsDir)sqlite-3.41.2.0\</sqlite3Dir>
|
||||
<sqlite3Dir Condition="$(sqlite3Dir) == ''">$(ExternalsDir)sqlite-3.42.0.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.4.4\</libffiDir>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue