mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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);
|
PyArchExt=$(PyArchExt);
|
||||||
PyTestExt=$(PyTestExt);
|
PyTestExt=$(PyTestExt);
|
||||||
OptionalFeatureName=$(OutputName);
|
OptionalFeatureName=$(OutputName);
|
||||||
|
ssltag=-1_1;
|
||||||
</DefineConstants>
|
</DefineConstants>
|
||||||
<DefineConstants Condition="'$(CRTRedist)' != ''">
|
<DefineConstants Condition="'$(CRTRedist)' != ''">
|
||||||
$(DefineConstants);CRTRedist=$(CRTRedist);
|
$(DefineConstants);CRTRedist=$(CRTRedist);
|
||||||
</DefineConstants>
|
</DefineConstants>
|
||||||
<DefineConstants Condition="$(Platform) != 'x64'">
|
<DefineConstants Condition="$(Platform) != 'x64'">
|
||||||
$(DefineConstants);Suffix32=-32;ssltag=-1_1;
|
$(DefineConstants);Suffix32=-32;
|
||||||
</DefineConstants>
|
</DefineConstants>
|
||||||
<DefineConstants Condition="$(Platform) == 'x64'">
|
<DefineConstants Condition="$(Platform) == 'x64'">
|
||||||
$(DefineConstants);Suffix32=;ssltag=-1_1-x64;
|
$(DefineConstants);Suffix32=;
|
||||||
</DefineConstants>
|
</DefineConstants>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue