mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +03:00
simplify cflag parsing
This commit is contained in:
parent
be60193588
commit
717740cfcf
4 changed files with 16 additions and 27 deletions
|
@ -2,7 +2,7 @@ module sqlite
|
|||
|
||||
#flag -lsqlite3
|
||||
#flag freebsd -I/usr/local/include
|
||||
#flag freebsd -Wl,-L/usr/local/lib,-lsqlite3
|
||||
#flag freebsd -Wl -L/usr/local/lib -lsqlite3
|
||||
#include "sqlite3.h"
|
||||
|
||||
struct C.sqlite3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue