mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-24 05:51:06 +02:00
Revert "Merge #16367: Multiprocess build support"
This reverts the changes made in merge commit1b30761360
: This reverts commitb919efadff
. This reverts commitd54f64c6c7
. This reverts commit787f40668d
. This reverts commitd630646662
. This reverts commite6e44eedd5
.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
build_darwin_CC:=clang
|
||||
build_darwin_CXX:=clang++
|
||||
build_darwin_CC:=$(shell xcrun -f clang)
|
||||
build_darwin_CXX:=$(shell xcrun -f clang++)
|
||||
build_darwin_AR:=$(shell xcrun -f ar)
|
||||
build_darwin_RANLIB:=$(shell xcrun -f ranlib)
|
||||
build_darwin_STRIP:=$(shell xcrun -f strip)
|
||||
|
Reference in New Issue
Block a user