1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

sqlite: support for thirdparty/sqlite amalgamation install

This commit is contained in:
Delyan Angelov
2020-06-27 21:23:20 +03:00
parent 8e2a8cc7f3
commit 1e5a53abb3
3 changed files with 23 additions and 1 deletions

View File

@@ -1,8 +1,16 @@
module sqlite
#flag -lsqlite3
#flag darwin -lsqlite3
#flag linux -lsqlite3
#flag solaris -lsqlite3
#flag freebsd -I/usr/local/include
#flag freebsd -Wl -L/usr/local/lib -lsqlite3
#flag windows -I@VROOT/thirdparty/sqlite
#flag windows -L@VROOT/thirdparty/sqlite
#flag windows @VROOT/thirdparty/sqlite/sqlite3.o
//#flag linux -I @VROOT/thirdparty/sqlite
//#flag @VROOT/thirdparty/sqlite/sqlite.c