mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: check sum types in match
; cross compilation fixes; orm fixes
This commit is contained in:
@ -3,6 +3,10 @@ module sqlite
|
||||
#flag -lsqlite3
|
||||
#flag freebsd -I/usr/local/include
|
||||
#flag freebsd -Wl -L/usr/local/lib -lsqlite3
|
||||
//#flag linux -I @VROOT/thirdparty/sqlite
|
||||
//#flag @VROOT/thirdparty/sqlite/sqlite.c
|
||||
|
||||
|
||||
#include "sqlite3.h"
|
||||
|
||||
struct C.sqlite3 {}
|
||||
|
Reference in New Issue
Block a user