modified: Makefile

dev
Bill 2 years ago
parent 5bc6ef8816
commit 11e64b2f0e

@ -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

Loading…
Cancel
Save