Files
mob/patches/python/sources/openssl.props.patch
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
552 B
Diff
Raw Normal View History

2020-04-28 22:14:47 -04:00
--- PCbuild/openssl.props (revision 5c02a39a0b31a330e06b4d6f44835afb205dc7cc)
+++ PCbuild/openssl.props (date 1575994670797)
@@ -13,6 +13,7 @@
2023-09-23 11:39:29 -05:00
<_DLLSuffix>-3</_DLLSuffix>
2020-04-28 22:14:47 -04:00
<_DLLSuffix Condition="$(Platform) == 'ARM'">$(_DLLSuffix)-arm</_DLLSuffix>
<_DLLSuffix Condition="$(Platform) == 'ARM64'">$(_DLLSuffix)-arm64</_DLLSuffix>
+ <_DLLSuffix Condition="$(Platform) == 'x64'">$(_DLLSuffix)-x64</_DLLSuffix>
2023-09-23 11:39:29 -05:00
<OpenSSLDLLSuffix Condition="$(OpenSSLDLLSuffix) == ''">$(_DLLSuffix)</OpenSSLDLLSuffix>
2020-04-28 22:14:47 -04:00
</PropertyGroup>
<ItemGroup>