summaryrefslogtreecommitdiff
path: root/PCbuild/openssl.props
diff options
context:
space:
mode:
Diffstat (limited to 'PCbuild/openssl.props')
-rw-r--r--PCbuild/openssl.props3
1 files changed, 2 insertions, 1 deletions
diff --git a/PCbuild/openssl.props b/PCbuild/openssl.props
index 8c78cd4ab1..a7e16793c7 100644
--- a/PCbuild/openssl.props
+++ b/PCbuild/openssl.props
@@ -11,7 +11,8 @@
</ItemDefinitionGroup>
<PropertyGroup>
<_DLLSuffix>-1_1</_DLLSuffix>
- <_DLLSuffix Condition="$(Platform) == 'x64'">$(_DLLSuffix)-x64</_DLLSuffix>
+ <_DLLSuffix Condition="$(Platform) == 'ARM'">$(_DLLSuffix)-arm</_DLLSuffix>
+ <_DLLSuffix Condition="$(Platform) == 'ARM64'">$(_DLLSuffix)-arm64</_DLLSuffix>
</PropertyGroup>
<ItemGroup>
<_SSLDLL Include="$(opensslOutDir)\libcrypto$(_DLLSuffix).dll" />