mirror of
https://github.com/Radarr/Radarr
synced 2026-05-09 11:10:23 +02:00
Update Directory.Build.props
configured to auto-detect if building on an ARM mac or not
This commit is contained in:
parent
2a3d595a66
commit
a327b84a87
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@
|
|||
<PropertyGroup Condition="'$(IsOSX)' == 'true' and
|
||||
'$(RuntimeIdentifier)' == ''">
|
||||
<_UsingDefaultRuntimeIdentifier>true</_UsingDefaultRuntimeIdentifier>
|
||||
<RuntimeIdentifier>osx-x64</RuntimeIdentifier>
|
||||
<RuntimeIdentifier>osx-$(Architecture)</RuntimeIdentifier>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Reference in a new issue