mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-15 15:44:14 +00:00
Merge pull request #1835 from def-/mysql-lib-version
Allow higher versions of libmysqlclient
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user