modified: Makefile

This commit is contained in:
2022-09-28 20:06:06 +08:00
parent 5bc6ef8816
commit 11e64b2f0e
+1 -1
View File
@@ -19,7 +19,7 @@ ifeq ($(COMPILER), clang )
ifneq ($(CLANG_GE_10), 1)
SEMANTIC_INTERPOSITION =
endif
ifeq (, $(shell llvm-ranlib))
ifneq (, $(shell which llvm-ranlib))
RANLIB = llvm-ranlib
endif
endif