File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/coreclr/nativeaot/BuildIntegration Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ The .NET Foundation licenses this file to you under the MIT license.
2424 <LinkerFlavor Condition =" '$(LinkerFlavor)' == '' and '$(_linuxLibcFlavor)' == 'bionic'" >lld</LinkerFlavor >
2525 <LinkerFlavor Condition =" '$(LinkerFlavor)' == '' and '$(_targetOS)' == 'linux'" >bfd</LinkerFlavor >
2626 <IlcDefaultStackSize Condition =" '$(IlcDefaultStackSize)' == '' and '$(_linuxLibcFlavor)' == 'musl'" >1572864</IlcDefaultStackSize >
27- <UseSystemZlib Condition =" '$(UseSystemZlib)' == '' and !Exists('$(IlcSdkPath)libz.a')" >true</UseSystemZlib >
2827 </PropertyGroup >
2928
3029 <Target Name =" SetupOSSpecificProps" DependsOnTargets =" $(IlcDynamicBuildPropertyDependencies)" >
3130
3231 <PropertyGroup >
32+ <UseSystemZlib Condition =" '$(UseSystemZlib)' == '' and !Exists('$(IlcSdkPath)libz.a')" >true</UseSystemZlib >
3333 <FullRuntimeName >libRuntime.WorkstationGC</FullRuntimeName >
3434 <FullRuntimeName Condition =" '$(ServerGarbageCollection)' == 'true' or '$(IlcLinkServerGC)' == 'true'" >libRuntime.ServerGC</FullRuntimeName >
3535
You can’t perform that action at this time.
0 commit comments