Auto-detect building on macOS ARM

pull/7640/head
Steel City Phantom 5 months ago committed by Mark McDowall
parent ce6536f8ab
commit 7b133bd80d
No known key found for this signature in database

@ -213,7 +213,7 @@
<PropertyGroup Condition="'$(IsOSX)' == 'true' and <PropertyGroup Condition="'$(IsOSX)' == 'true' and
'$(RuntimeIdentifier)' == ''"> '$(RuntimeIdentifier)' == ''">
<_UsingDefaultRuntimeIdentifier>true</_UsingDefaultRuntimeIdentifier> <_UsingDefaultRuntimeIdentifier>true</_UsingDefaultRuntimeIdentifier>
<RuntimeIdentifier>osx-x64</RuntimeIdentifier> <RuntimeIdentifier>osx-$(Architecture)</RuntimeIdentifier>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

Loading…
Cancel
Save