Allow higher versions of libmysqlclient

This commit is contained in:
def
2015-01-02 15:16:03 +01:00
parent e751a0af57
commit 4fff145914

View File

@@ -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"