Skip to content

Commit 4cd8016

Browse files
committed
Fix ios
1 parent d28b8a5 commit 4cd8016

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/coreclr/tools/aot/ILCompiler/ILCompiler.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<OutputPath>$(RuntimeBinDir)ilc/</OutputPath>
44
<RuntimeIdentifier>$(OutputRID)</RuntimeIdentifier>
5+
<RuntimeIdentifier Condition="'$(TargetsMobile)' == 'true'">$(PackageRID)</RuntimeIdentifier>
56
</PropertyGroup>
67

78
<PropertyGroup Condition="'$(UseNativeAotForComponents)' != 'true' and '$(CrossBuild)' == 'true'">

0 commit comments

Comments
 (0)