mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-439)
This commit is contained in:
parent
0705f66eb3
commit
fc64c351c7
4 changed files with 5 additions and 3 deletions
|
@ -45,7 +45,7 @@
|
|||
<sqlite3Dir>$(ExternalsDir)sqlite-3.14.2.0\</sqlite3Dir>
|
||||
<bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>
|
||||
<lzmaDir>$(ExternalsDir)xz-5.2.2\</lzmaDir>
|
||||
<opensslDir>$(ExternalsDir)openssl-1.0.2j\</opensslDir>
|
||||
<opensslDir>$(ExternalsDir)openssl-1.0.2k\</opensslDir>
|
||||
<opensslIncludeDir>$(opensslDir)include32</opensslIncludeDir>
|
||||
<opensslIncludeDir Condition="'$(ArchName)' == 'amd64'">$(opensslDir)include64</opensslIncludeDir>
|
||||
<nasmDir>$(ExternalsDir)\nasm-2.11.06\</nasmDir>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue