Skip to content

Commit

Permalink
Set _targetArchitecture for Microsoft.NETCore.Native.Unix.targets (do…
Browse files Browse the repository at this point in the history
  • Loading branch information
kotlarmilos authored and matouskozak committed Apr 30, 2024
1 parent f546d5f commit d811c59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@

<PropertyGroup Condition="'$(RuntimeFlavor)' == 'coreclr' and '$(TargetsAppleMobile)' == 'true'">
<_targetOS>$(TargetOS)</_targetOS>
<_targetArchitecture>$(TargetArchitecture)</_targetArchitecture>
<UseNativeAOTRuntime>true</UseNativeAOTRuntime>
<NativeLib>static</NativeLib>
<CustomNativeMain>true</CustomNativeMain>
Expand Down

0 comments on commit d811c59

Please sign in to comment.