mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
add mysql -I flag for ubuntu 18.04 (#3153)
This commit is contained in:
parent
d5fdbe9e5d
commit
b3a402eb82
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue