Skip to content

Commit

Permalink
depends: Use default macos clang compiler
Browse files Browse the repository at this point in the history
Suggested by Cory Fields <cory-nospam-@coryfields.com>
bitcoin#16367 (comment)
as alternate workaround for problem described
bitcoin#16367 (comment)
  • Loading branch information
ryanofsky committed Apr 14, 2020
1 parent d1ff2bf commit c8672df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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)
Expand Down

0 comments on commit c8672df

Please sign in to comment.