Thanks to visit codestin.com Credit goes to github.com
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 013a18a commit e0c0c7eCopy full SHA for e0c0c7e
1 file changed
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