File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/coreclr/tools/aot/ILCompiler Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <OutputPath >$(RuntimeBinDir)ilc/</OutputPath >
44 <RuntimeIdentifier >$(OutputRID)</RuntimeIdentifier >
5+ <RuntimeIdentifier Condition =" '$(TargetsMobile)' == 'true'" >$(PackageRID)</RuntimeIdentifier >
56 </PropertyGroup >
67
7- <PropertyGroup Condition =" '$(UseNativeAotForComponents)' != 'true' and '$(CrossBuild)' == 'true'" >
8+ <PropertyGroup Condition =" '$(UseNativeAotForComponents)' != 'true' and '$(CrossBuild)' == 'true' and '$(TargetsMobile)' != 'true' " >
89 <UseLocalTargetingRuntimePack >true</UseLocalTargetingRuntimePack >
910 </PropertyGroup >
1011
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' " />
1314
1415 <Import Project =" ILCompiler.props" />
1516
You can’t perform that action at this time.
0 commit comments