Auto-detect building on macOS ARM

(cherry picked from commit 64122b4cfb3bf53bdbf5c924baee5e1b0814501a)
pull/2330/head
Steel City Phantom 4 months ago committed by Bogdan
parent 26e4dcad65
commit ed51208116

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

Loading…
Cancel
Save