mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-12 19:20:42 +02:00
depends: Use default macos clang compiler
Suggested by Cory Fields <cory-nospam-@coryfields.com> https://github.com/bitcoin/bitcoin/pull/16367#issuecomment-595393546 as alternate workaround for problem described https://github.com/bitcoin/bitcoin/pull/16367#issuecomment-594600985
This commit is contained in:
parent
d54f64c6c7
commit
b919efadff
@ -1,5 +1,5 @@
|
|||||||
build_darwin_CC:=$(shell xcrun -f clang)
|
build_darwin_CC:=clang
|
||||||
build_darwin_CXX:=$(shell xcrun -f clang++)
|
build_darwin_CXX:=clang++
|
||||||
build_darwin_AR:=$(shell xcrun -f ar)
|
build_darwin_AR:=$(shell xcrun -f ar)
|
||||||
build_darwin_RANLIB:=$(shell xcrun -f ranlib)
|
build_darwin_RANLIB:=$(shell xcrun -f ranlib)
|
||||||
build_darwin_STRIP:=$(shell xcrun -f strip)
|
build_darwin_STRIP:=$(shell xcrun -f strip)
|
||||||
|
Loading…
Reference in New Issue
Block a user