add mysql -I flag for ubuntu 18.04 (#3153)

pull/3155/head
Changsen XU 徐昶森 2019-12-21 04:18:23 +08:00 committed by Alexander Medvednikov
parent d5fdbe9e5d
commit b3a402eb82
1 changed files with 1 additions and 0 deletions

View File

@ -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 {