diff --git a/src/installer/pkg/sfx/Microsoft.NETCore.App/ReadyToRun.targets b/src/installer/pkg/sfx/Microsoft.NETCore.App/ReadyToRun.targets index 26f851d1cf943..3f58873be7dea 100644 --- a/src/installer/pkg/sfx/Microsoft.NETCore.App/ReadyToRun.targets +++ b/src/installer/pkg/sfx/Microsoft.NETCore.App/ReadyToRun.targets @@ -1,5 +1,20 @@ + + + + x64 + $(CoreCLRArtifactsPath)\$(CrossDir)\crossgen2 + $(Crossgen2Dir)\crossgen2$(ExeSuffix) + --targetarch:$(TargetArchitecture) + + unix + win + $(TargetArchitecture) + $(CrossDir) + $(Crossgen2Dir)\$(LibPrefix)clrjit_$(JitTargetOSComponent)_$(TargetArchitecture)_$(JitBuildArchitecture)$(LibSuffix) + + <_crossTargetJit Include="@(CoreCLRCrossTargetFiles)" Condition="'%(FileName)' == '$(LibPrefix)clrjit' and '%(Extension)' == '$(LibSuffix)'" /> <_clrjit Include="@(RuntimeFiles)" Condition="'%(FileName)' == '$(LibPrefix)clrjit' and '%(Extension)' == '$(LibSuffix)'" /> @@ -16,5 +31,34 @@ JitPath="@(_clrjit)" DiaSymReader="$(_diaSymReaderPathIfExists)" /> + + + + + + + + + + + + + + + + + $(DOTNET_ROOT) + $(RepoRoot) + + + + + + $(OriginalDotnetRootValue) + + + + +