mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
add mysql -I flag for ubuntu 18.04 (#3153)
This commit is contained in:
parent
d5fdbe9e5d
commit
b3a402eb82
@ -6,6 +6,7 @@ module mysql
|
|||||||
// v -cflags '-I/usr/include/mysql' program.v
|
// v -cflags '-I/usr/include/mysql' program.v
|
||||||
|
|
||||||
#flag -lmysqlclient
|
#flag -lmysqlclient
|
||||||
|
#flag linux -I/usr/include/mysql
|
||||||
#include <mysql.h>
|
#include <mysql.h>
|
||||||
|
|
||||||
pub struct DB {
|
pub struct DB {
|
||||||
|
Loading…
Reference in New Issue
Block a user