Added select into

This commit is contained in:
2022-09-08 05:06:56 +08:00
parent 4321422b4f
commit a464029d14
16 changed files with 241 additions and 51 deletions
+2
View File
@@ -15,6 +15,8 @@ ifeq ($(OS),Windows_NT)
OS_SUPPORT += server/winhelper.cpp
MonetDB_LIB += -Imonetdb/msvc msc-plugin/monetdbe.dll
else
UNAME_S = $(shell uname -s)
UNAME_M = $(shell uname -m)
NULL_DEVICE = /dev/null
MonetDB_LIB += -I/usr/local/include/monetdb -I/usr/include/monetdb -lmonetdbe
endif