From fb74fd66cb2b016f07e47dc58d81b33034ce851b Mon Sep 17 00:00:00 2001 From: fanquake Date: Thu, 30 May 2024 13:33:37 +0100 Subject: depends: remove no-longer used llvm_* vars from macOS build --- depends/hosts/darwin.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'depends') 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") -- cgit v1.2.3