mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
mysql: patch for Windows and FreeBSD (#6703)
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user