Skip to content

Commit a17557c

Browse files
author
Paul Monson
committed
fix ARM64 typo
1 parent 5460005 commit a17557c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PCbuild/openssl.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PropertyGroup>
1313
<_DLLSuffix>-1_1</_DLLSuffix>
1414
<_DLLSuffix Condition="$(Platform) == 'ARM'">$(_DLLSuffix)-arm</_DLLSuffix>
15-
<_DLLSuffix Condition="$(Platform) == 'ARM'">$(_DLLSuffix)-arm64</_DLLSuffix>
15+
<_DLLSuffix Condition="$(Platform) == 'ARM64'">$(_DLLSuffix)-arm64</_DLLSuffix>
1616
</PropertyGroup>
1717
<ItemGroup>
1818
<_SSLDLL Include="$(opensslOutDir)\libcrypto$(_DLLSuffix).dll" />

0 commit comments

Comments
 (0)