diff options
-rw-r--r-- | llvm_mode/Makefile | 4 | ||||
m--------- | unicorn_mode/unicorn | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm_mode/Makefile b/llvm_mode/Makefile index f1b7cb23..5a836a0e 100644 --- a/llvm_mode/Makefile +++ b/llvm_mode/Makefile @@ -136,8 +136,8 @@ else endif ifneq "$(CLANGVER)" "$(LLVMVER)" - CC = $(shell llvm-config --bindir)/clang - CXX = $(shell llvm-config --bindir)/clang++ + CC = $(shell $(LLVM_CONFIG) --bindir)/clang + CXX = $(shell $(LLVM_CONFIG) --bindir)/clang++ endif # If prerequisites are not given, warn, do not build anything, and exit with code 0 diff --git a/unicorn_mode/unicorn b/unicorn_mode/unicorn deleted file mode 160000 -Subproject db248c8d8167e47ee07943961d1ce6244d57602 |