diff --git a/eng/DotNetBuild.props b/eng/DotNetBuild.props index 3569781b9af498..ce13d6ca5b0022 100644 --- a/eng/DotNetBuild.props +++ b/eng/DotNetBuild.props @@ -88,7 +88,7 @@ +$(UseSystemLibs)+ - $(InnerBuildArgs) --cmakeargs -DCLR_CMAKE_USE_SYSTEM_BROTLI=true + $(InnerBuildArgs) --cmakeargs -DCLR_CMAKE_USE_SYSTEM_BROTLI=true $(InnerBuildArgs) --cmakeargs -DCLR_CMAKE_USE_SYSTEM_LIBUNWIND=true diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets index d5b7ade91d2110..efd3cfddaf2add 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets @@ -168,6 +168,11 @@ The .NET Foundation licenses this file to you under the MIT license. + + + + +