From faadf3eb85ea2a2405c2e89c9ed6d3aca7362f4f Mon Sep 17 00:00:00 2001 From: Araq Date: Wed, 7 Jan 2015 02:44:22 +0100 Subject: [PATCH] Merge branch 'devel' of https://github.com/Araq/Nim into devel Conflicts: compiler/semexprs.nim --- src/wrappers/mysql.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wrappers/mysql.nim b/src/wrappers/mysql.nim index 945e09ecf1..5deceb6e2e 100644 --- a/src/wrappers/mysql.nim +++ b/src/wrappers/mysql.nim @@ -12,7 +12,7 @@ when defined(Unix): const - lib = "libmysqlclient.so.15" + lib = "libmysqlclient.so.(15|16|17|18)" when defined(Windows): const lib = "libmysql.dll"