From b919efadff3d0393f4a8c3c1dc735f7ac5c665bb Mon Sep 17 00:00:00 2001 From: Russell Yanofsky Date: Wed, 4 Mar 2020 10:56:07 -0500 Subject: depends: Use default macos clang compiler Suggested by Cory Fields https://github.com/bitcoin/bitcoin/pull/16367#issuecomment-595393546 as alternate workaround for problem described https://github.com/bitcoin/bitcoin/pull/16367#issuecomment-594600985 --- depends/builders/darwin.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'depends') diff --git a/depends/builders/darwin.mk b/depends/builders/darwin.mk index eb587fca89..9513b6c21c 100644 --- a/depends/builders/darwin.mk +++ b/depends/builders/darwin.mk @@ -1,5 +1,5 @@ -build_darwin_CC:=$(shell xcrun -f clang) -build_darwin_CXX:=$(shell xcrun -f clang++) +build_darwin_CC:=clang +build_darwin_CXX:=clang++ build_darwin_AR:=$(shell xcrun -f ar) build_darwin_RANLIB:=$(shell xcrun -f ranlib) build_darwin_STRIP:=$(shell xcrun -f strip) -- cgit v1.2.3