We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9043f12 commit fb74fd6Copy full SHA for fb74fd6
depends/hosts/darwin.mk
@@ -15,9 +15,6 @@ OSX_SDK=$(SDK_PATH)/Xcode-$(XCODE_VERSION)-$(XCODE_BUILD_ID)-extracted-SDK-with-
15
# Source: https://lists.gnu.org/archive/html/bug-make/2017-11/msg00017.html
16
clang_prog=$(shell $(SHELL) $(.SHELLFLAGS) "command -v clang")
17
clangxx_prog=$(shell $(SHELL) $(.SHELLFLAGS) "command -v clang++")
18
-llvm_config_prog=$(shell $(SHELL) $(.SHELLFLAGS) "command -v llvm-config")
19
-
20
-llvm_lib_dir=$(shell $(llvm_config_prog) --libdir)
21
22
darwin_AR=$(shell $(SHELL) $(.SHELLFLAGS) "command -v llvm-ar")
23
darwin_DSYMUTIL=$(shell $(SHELL) $(.SHELLFLAGS) "command -v dsymutil")
0 commit comments