Skip to content

Commit

Permalink
Fix ios
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 committed Jul 17, 2024
1 parent d28b8a5 commit 4cd8016
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coreclr/tools/aot/ILCompiler/ILCompiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<OutputPath>$(RuntimeBinDir)ilc/</OutputPath>
<RuntimeIdentifier>$(OutputRID)</RuntimeIdentifier>
<RuntimeIdentifier Condition="'$(TargetsMobile)' == 'true'">$(PackageRID)</RuntimeIdentifier>
</PropertyGroup>

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

0 comments on commit 4cd8016

Please sign in to comment.