mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
bpo-37156: Fix libssl DLL tag in MSI sources (GH-13866)
(cherry picked from commit e0c0c7e8c9
)
Co-authored-by: Steve Dower <steve.dower@python.org>
This commit is contained in:
parent
406284173a
commit
1c4084f4c1
1 changed files with 3 additions and 2 deletions
|
@ -87,15 +87,16 @@
|
|||
PyArchExt=$(PyArchExt);
|
||||
PyTestExt=$(PyTestExt);
|
||||
OptionalFeatureName=$(OutputName);
|
||||
ssltag=-1_1;
|
||||
</DefineConstants>
|
||||
<DefineConstants Condition="'$(CRTRedist)' != ''">
|
||||
$(DefineConstants);CRTRedist=$(CRTRedist);
|
||||
</DefineConstants>
|
||||
<DefineConstants Condition="$(Platform) != 'x64'">
|
||||
$(DefineConstants);Suffix32=-32;ssltag=-1_1;
|
||||
$(DefineConstants);Suffix32=-32;
|
||||
</DefineConstants>
|
||||
<DefineConstants Condition="$(Platform) == 'x64'">
|
||||
$(DefineConstants);Suffix32=;ssltag=-1_1-x64;
|
||||
$(DefineConstants);Suffix32=;
|
||||
</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue