Auto-detect building on macOS ARM

(cherry picked from commit 64122b4cfb3bf53bdbf5c924baee5e1b0814501a)
This commit is contained in:
Steel City Phantom
2024-10-09 19:41:07 -04:00
committed by Bogdan
parent 26e4dcad65
commit ed51208116

View File

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