From 11e64b2f0e485708b8d90ca673b1bf1e36140377 Mon Sep 17 00:00:00 2001 From: Bill Date: Wed, 28 Sep 2022 20:06:06 +0800 Subject: [PATCH] modified: Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d878994..6a63ef9 100644 --- a/Makefile +++ b/Makefile @@ -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