We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4062841 commit 1c4084fCopy full SHA for 1c4084f
Tools/msi/msi.props
@@ -87,15 +87,16 @@
87
PyArchExt=$(PyArchExt);
88
PyTestExt=$(PyTestExt);
89
OptionalFeatureName=$(OutputName);
90
+ ssltag=-1_1;
91
</DefineConstants>
92
<DefineConstants Condition="'$(CRTRedist)' != ''">
93
$(DefineConstants);CRTRedist=$(CRTRedist);
94
95
<DefineConstants Condition="$(Platform) != 'x64'">
- $(DefineConstants);Suffix32=-32;ssltag=-1_1;
96
+ $(DefineConstants);Suffix32=-32;
97
98
<DefineConstants Condition="$(Platform) == 'x64'">
- $(DefineConstants);Suffix32=;ssltag=-1_1-x64;
99
+ $(DefineConstants);Suffix32=;
100
101
</PropertyGroup>
102
0 commit comments