File tree 1 file changed +2
-2
lines changed
src/Framework/App.Runtime/src
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ This package is an internal implementation of the .NET Core SDK and is not meant
42
42
<!-- Pack .ni.r2rmap files in symbols package (native symbols for Linux) -->
43
43
<AllowedOutputExtensionsInSymbolsPackageBuildOutputFolder >$(AllowedOutputExtensionsInSymbolsPackageBuildOutputFolder);.r2rmap</AllowedOutputExtensionsInSymbolsPackageBuildOutputFolder >
44
44
45
- <!-- Optimize the framework using the crossgen2 tool. Crossgen2 is not currently supported on s390x. -->
46
- <CrossgenOutput Condition =" '$(TargetArchitecture)' == 's390x' " >false</CrossgenOutput >
45
+ <!-- Optimize the framework using the crossgen2 tool. Crossgen2 is not currently supported on s390x, ppc64le . -->
46
+ <CrossgenOutput Condition =" '$(TargetArchitecture)' == 's390x' OR '$(TargetArchitecture)' == 'ppc64le' " >false</CrossgenOutput >
47
47
<CrossgenOutput Condition =" '$(CrossgenOutput)' == '' AND '$(Configuration)' != 'Debug' " >true</CrossgenOutput >
48
48
49
49
<!-- Produce crossgen2 profiling symbols (.ni.pdb or .r2rmap files). -->
You can’t perform that action at this time.
0 commit comments