mirror of
https://github.com/python/cpython.git
synced 2025-08-15 14:20:55 +00:00
(cherry picked from commit 11ac6f5354
)
This commit is contained in:
parent
831b95d9b9
commit
bf5cc327d0
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.43.1.0\</sqlite3Dir>
|
||||
<sqlite3Dir Condition="$(sqlite3Dir) == ''">$(ExternalsDir)sqlite-3.45.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.4.4\</libffiDir>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue