mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
checker: check sum types in match
; cross compilation fixes; orm fixes
This commit is contained in:
parent
9c6b772395
commit
011e26ca9a
12 changed files with 116 additions and 81 deletions
|
@ -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 {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue