1
0
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:
Changsen XU 徐昶森 2019-12-21 04:18:23 +08:00 committed by Alexander Medvednikov
parent d5fdbe9e5d
commit b3a402eb82

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 {