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 5460005 commit a17557cCopy full SHA for a17557c
PCbuild/openssl.props
@@ -12,7 +12,7 @@
12
<PropertyGroup>
13
<_DLLSuffix>-1_1</_DLLSuffix>
14
<_DLLSuffix Condition="$(Platform) == 'ARM'">$(_DLLSuffix)-arm</_DLLSuffix>
15
- <_DLLSuffix Condition="$(Platform) == 'ARM'">$(_DLLSuffix)-arm64</_DLLSuffix>
+ <_DLLSuffix Condition="$(Platform) == 'ARM64'">$(_DLLSuffix)-arm64</_DLLSuffix>
16
</PropertyGroup>
17
<ItemGroup>
18
<_SSLDLL Include="$(opensslOutDir)\libcrypto$(_DLLSuffix).dll" />
0 commit comments