Skip to content

Commit 9268c18

Browse files
authored
Set _targetArchitecture for Microsoft.NETCore.Native.Unix.targets (#100689)
1 parent ef32337 commit 9268c18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/Directory.Build.props

+1
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@
212212

213213
<PropertyGroup Condition="'$(RuntimeFlavor)' == 'coreclr' and '$(TargetsAppleMobile)' == 'true'">
214214
<_targetOS>$(TargetOS)</_targetOS>
215+
<_targetArchitecture>$(TargetArchitecture)</_targetArchitecture>
215216
<UseNativeAOTRuntime>true</UseNativeAOTRuntime>
216217
<NativeLib>static</NativeLib>
217218
<CustomNativeMain>true</CustomNativeMain>

0 commit comments

Comments
 (0)