From: Steve Dower Date: Wed, 19 Jun 2019 01:05:33 +0000 (-0700) Subject: bpo-37156: Fix libssl DLL tag in MSI sources (GH-14219) X-Git-Tag: v3.7.5rc1~325 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=43b97ae15c8cbb8c383314bb75c867d0f2f34376;p=thirdparty%2FPython%2Fcpython.git bpo-37156: Fix libssl DLL tag in MSI sources (GH-14219) --- diff --git a/Tools/msi/msi.props b/Tools/msi/msi.props index 0fe822af9319..5da901c0215a 100644 --- a/Tools/msi/msi.props +++ b/Tools/msi/msi.props @@ -87,15 +87,16 @@ PyArchExt=$(PyArchExt); PyTestExt=$(PyTestExt); OptionalFeatureName=$(OutputName); + ssltag=-1_1; $(DefineConstants);CRTRedist=$(CRTRedist); - $(DefineConstants);Suffix32=-32;ssltag=-1_1; + $(DefineConstants);Suffix32=-32; - $(DefineConstants);Suffix32=;ssltag=-1_1-x64; + $(DefineConstants);Suffix32=;