Fixed linux support

This commit is contained in:
Bill Sun
2022-08-10 17:43:50 +08:00
parent 5699638520
commit 9d86114766
8 changed files with 13 additions and 116 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ ifeq ($(OS),Windows_NT)
OS_SUPPORT += server/winhelper.cpp
MonetDB_LIB += -Imonetdb/msvc msc-plugin/monetdbe.dll
else
MonetDB_LIB += -lmonetdbe
MonetDB_LIB += -I/usr/include/monetdb -lmonetdbe
endif
info: