diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ ifeq ($(OS), Linux) LLVM_CONFIG=llvm-config-11 ifneq ($(shell which llvm-config-11 2>/dev/null),) LLVM_CONFIG=llvm-config-11 + else ifneq ($(shell which llvm-config-11-64 2>/dev/null),) + LLVM_CONFIG=llvm-config-11-64 else ifneq ($(shell llvm-config --version | grep '^11\.'),) LLVM_CONFIG=llvm-config |