From 475de151246f893b07ee88d1800aee09a37d677c Mon Sep 17 00:00:00 2001 From: bill Date: Fri, 16 Sep 2022 22:48:09 +0800 Subject: [PATCH] fixed build on macos --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 646b466..45dd28f 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ else USELIB_FLAG = -Wl,-force_load MonetDB_LIB += -L$(shell brew --prefix monetdb)/lib MonetDB_INC += -I$(shell brew --prefix monetdb)/include/monetdb - ifeq ($(COMPILER), clang) + ifeq ($(COMPILER), clang ) LIBTOOL = libtool -static -o endif ifneq ($(UNAME_M),arm64)