mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
mysql: patch for Windows and FreeBSD (#6703)
This commit is contained in:
parent
e2505479ee
commit
f934ca37c9
4 changed files with 13 additions and 3 deletions
|
@ -1,8 +1,5 @@
|
|||
module mysql
|
||||
|
||||
#flag -lmysqlclient
|
||||
#flag linux -I/usr/include/mysql
|
||||
#include <mysql.h>
|
||||
// TODO: Documentation
|
||||
pub struct Connection {
|
||||
mut:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue