File tree 1 file changed +4
-3
lines changed
src/coreclr/tools/aot/ILCompiler
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<OutputPath >$(RuntimeBinDir)ilc/</OutputPath >
4
4
<RuntimeIdentifier >$(OutputRID)</RuntimeIdentifier >
5
+ <RuntimeIdentifier Condition =" '$(TargetsMobile)' == 'true'" >$(PackageRID)</RuntimeIdentifier >
5
6
</PropertyGroup >
6
7
7
- <PropertyGroup Condition =" '$(UseNativeAotForComponents)' != 'true' and '$(CrossBuild)' == 'true'" >
8
+ <PropertyGroup Condition =" '$(UseNativeAotForComponents)' != 'true' and '$(CrossBuild)' == 'true' and '$(TargetsMobile)' != 'true' " >
8
9
<UseLocalTargetingRuntimePack >true</UseLocalTargetingRuntimePack >
9
10
</PropertyGroup >
10
11
11
- <Import Project =" $(RepositoryEngineeringDir)targetingpacks.targets" />
12
- <Import Project =" $(RepositoryEngineeringDir)codeOptimization.targets" />
12
+ <Import Project =" $(RepositoryEngineeringDir)targetingpacks.targets" Condition = " '$(UseNativeAotForComponents)' != 'true' and '$(CrossBuild)' == 'true' and '$(TargetsMobile)' != 'true' " />
13
+ <Import Project =" $(RepositoryEngineeringDir)codeOptimization.targets" Condition = " '$(UseNativeAotForComponents)' != 'true' and '$(CrossBuild)' == 'true' and '$(TargetsMobile)' != 'true' " />
13
14
14
15
<Import Project =" ILCompiler.props" />
15
16
You can’t perform that action at this time.
0 commit comments