From b2ad2405e6e00d4ee9ed9046a3704bd97f67116b Mon Sep 17 00:00:00 2001 From: Keno Fischer Date: Sat, 6 Feb 2021 18:25:54 -0500 Subject: [PATCH] [DO NOT MERGE] HACK: BUILD LIBUNWIND locally --- Make.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Make.inc b/Make.inc index f238c3b9f15c2..1619edc540069 100644 --- a/Make.inc +++ b/Make.inc @@ -1197,6 +1197,8 @@ endif endef $(foreach proj,$(BB_PROJECTS),$(eval $(call SET_BB_DEFAULT,$(proj)))) +# HACK: DON'T COMMIT ME TO MASTER +USE_BINARYBUILDER_LIBUNWIND=0 # Warn if the user tries to build something that requires `gfortran` but they don't have it installed. ifeq ($(FC_VERSION),)