give hint for setting path to llvm-config tool, make clean on Frida may fail

This commit is contained in:
hexcoder-
2021-06-05 16:49:20 +02:00
parent a321d4102b
commit fd07853550
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ LLVM_APPLE_XCODE = $(shell clang -v 2>&1 | grep -q Apple && echo 1 || echo 0)
LLVM_LTO = 0
ifeq "$(LLVMVER)" ""
$(warning [!] llvm_mode needs llvm-config, which was not found)
$(warning [!] llvm_mode needs llvm-config, which was not found. Set LLVM_CONFIG to its path and retry.)
endif
ifeq "$(LLVM_UNSUPPORTED)" "1"