mirror of
https://github.com/vlang/v.git
synced 2025-09-14 15:02:33 +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
|
||||
|
||||
#flag -lmysqlclient
|
||||
#flag linux -I/usr/include/mysql
|
||||
#include <mysql.h>
|
||||
|
||||
pub struct DB {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue