mirror of
https://github.com/vlang/v.git
synced 2025-09-16 16:02:29 +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
5
vlib/mysql/_cdefs_nix.c.v
Normal file
5
vlib/mysql/_cdefs_nix.c.v
Normal file
|
@ -0,0 +1,5 @@
|
|||
module mysql
|
||||
|
||||
#pkgconfig mysqlclient
|
||||
#include <mysql.h> # Please install the mysqlclient development headers
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue