aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2024-05-30 13:33:37 +0100
committerfanquake <fanquake@gmail.com>2024-06-10 13:15:23 +0100
commitfb74fd66cb2b016f07e47dc58d81b33034ce851b (patch)
tree732a6a5d25b5ba354a117a80198efcfdc9fc7d75 /depends
parent9043f12425d869d8bf7f2be1bb12368e41d09c5d (diff)
downloadbitcoin-fb74fd66cb2b016f07e47dc58d81b33034ce851b.tar.xz
depends: remove no-longer used llvm_* vars from macOS build
Diffstat (limited to 'depends')
-rw-r--r--depends/hosts/darwin.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/depends/hosts/darwin.mk b/depends/hosts/darwin.mk
index 3b780fb62a..5f98043073 100644
--- a/depends/hosts/darwin.mk
+++ b/depends/hosts/darwin.mk
@@ -15,9 +15,6 @@ OSX_SDK=$(SDK_PATH)/Xcode-$(XCODE_VERSION)-$(XCODE_BUILD_ID)-extracted-SDK-with-
# Source: https://lists.gnu.org/archive/html/bug-make/2017-11/msg00017.html
clang_prog=$(shell $(SHELL) $(.SHELLFLAGS) "command -v clang")
clangxx_prog=$(shell $(SHELL) $(.SHELLFLAGS) "command -v clang++")
-llvm_config_prog=$(shell $(SHELL) $(.SHELLFLAGS) "command -v llvm-config")
-
-llvm_lib_dir=$(shell $(llvm_config_prog) --libdir)
darwin_AR=$(shell $(SHELL) $(.SHELLFLAGS) "command -v llvm-ar")
darwin_DSYMUTIL=$(shell $(SHELL) $(.SHELLFLAGS) "command -v dsymutil")