From 75c3e74ea35219f257c80daf9a236e0f518a7875 Mon Sep 17 00:00:00 2001 Patch-Source: https://github.com/dotnet/installer/pull/13378 From: Antoine Martin Date: Wed, 9 Mar 2022 20:16:03 +0000 Subject: [PATCH 1/1] Enable system libunwind Forces use of system's libunwind --- diff --git a/src/runtime/eng/SourceBuild.props b/src/runtime/eng/SourceBuild.props index f595e9b7d1..d90fd47dbd 100644 --- a/src/runtime/eng/SourceBuild.props +++ b/src/runtime/eng/SourceBuild.props @@ -47,6 +47,7 @@ $(InnerBuildArgs) /p:BuildDebPackage=false $(InnerBuildArgs) /p:RuntimeOS=$(RuntimeOS) $(InnerBuildArgs) /p:AdditionalRuntimeIdentifierParent=$(BaseOS) + $(InnerBuildArgs) --cmakeargs -DCLR_CMAKE_USE_SYSTEM_LIBUNWIND=TRUE