fixed build on macos

dev
bill 2 years ago
parent 8f3b648c53
commit 475de15124

@ -34,7 +34,7 @@ else
USELIB_FLAG = -Wl,-force_load USELIB_FLAG = -Wl,-force_load
MonetDB_LIB += -L$(shell brew --prefix monetdb)/lib MonetDB_LIB += -L$(shell brew --prefix monetdb)/lib
MonetDB_INC += -I$(shell brew --prefix monetdb)/include/monetdb MonetDB_INC += -I$(shell brew --prefix monetdb)/include/monetdb
ifeq ($(COMPILER), clang) ifeq ($(COMPILER), clang )
LIBTOOL = libtool -static -o LIBTOOL = libtool -static -o
endif endif
ifneq ($(UNAME_M),arm64) ifneq ($(UNAME_M),arm64)

Loading…
Cancel
Save