fixed build on macos

This commit is contained in:
2022-09-16 22:48:09 +08:00
parent 8f3b648c53
commit 475de15124
+1 -1
View File
@@ -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)