From 27f0f579f49a8607e9e07c49958de0489dc7b450 Mon Sep 17 00:00:00 2001 From: Bill Date: Wed, 28 Sep 2022 23:45:34 +0800 Subject: [PATCH] fixed makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 79943a4..57c12bc 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ ifeq ($(COMPILER), clang ) RANLIB = llvm-ranlib endif else + LIBTOOL = ar rcs ifneq (, $(shell which gcc-ar)) LIBTOOL = gcc-ar rcs endif @@ -51,7 +52,6 @@ else UNAME_M = $(shell uname -m) NULL_DEVICE = /dev/null MonetDB_LIB = - LIBTOOL = ar rcs ifeq ($(UNAME_S),Darwin) USELIB_FLAG = -Wl,-force_load MonetDB_LIB += -L$(shell brew --prefix monetdb)/lib