mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-31392: Update SSL build for 1.1.0 (#3448)
This commit is contained in:
parent
efb1d0a3c0
commit
b84bcc48ae
11 changed files with 74 additions and 115 deletions
|
@ -92,10 +92,10 @@
|
|||
$(DefineConstants);CRTRedist=$(CRTRedist);
|
||||
</DefineConstants>
|
||||
<DefineConstants Condition="$(Platform) != 'x64'">
|
||||
$(DefineConstants);Suffix32=-32;
|
||||
$(DefineConstants);Suffix32=-32;ssltag=-1_1;
|
||||
</DefineConstants>
|
||||
<DefineConstants Condition="$(Platform) == 'x64'">
|
||||
$(DefineConstants);Suffix32=;
|
||||
$(DefineConstants);Suffix32=;ssltag=-1_1-x64;
|
||||
</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue