@@ -11,7 +11,7 @@ package = {
1111 xpm = {
1212 linux = {
1313 deps = {
14- " compat:libmysqlclient@8.4.6" ,
14+ " compat:libmysqlclient@8.4.6.1 " ,
1515 " compat:openssl@3.5.1" ,
1616 " xim:cmake@latest" ,
1717 " xim:make@latest" ,
@@ -23,7 +23,7 @@ package = {
2323 },
2424 macosx = {
2525 deps = {
26- " compat:libmysqlclient@8.4.6" ,
26+ " compat:libmysqlclient@8.4.6.1 " ,
2727 " compat:openssl@3.5.1" ,
2828 " xim:cmake@latest" ,
2929 },
@@ -41,7 +41,7 @@ package = {
4141 include_dirs = { " include" },
4242 targets = { [" mysql_connector_cpp" ] = { kind = " lib" } },
4343 deps = {
44- [" compat.libmysqlclient" ] = " 8.4.6" ,
44+ [" compat.libmysqlclient" ] = " 8.4.6.1 " ,
4545 [" compat.openssl" ] = " 3.5.1" ,
4646 },
4747
@@ -141,7 +141,7 @@ local function find_source_root()
141141end
142142
143143local function find_mysql_source_root (prefix )
144- local direct = path .join (prefix , " libmysqlclient-8.4.6" )
144+ local direct = path .join (prefix , " libmysqlclient-8.4.6.1 " )
145145 if os .isfile (path .join (direct , " mcpp.toml" )) then return direct end
146146 for _ , manifest in ipairs (os .files (path .join (prefix , " **" , " mcpp.toml" )) or {}) do
147147 local root = path .directory (manifest )
@@ -198,7 +198,7 @@ function install()
198198 .. " deps=" .. tostring (pkginfo .deps_list ()))
199199 local ok , result = pcall (function ()
200200 local srcroot = find_source_root ()
201- local mysql = find_dep_install_dir (" compat:libmysqlclient" , " 8.4.6" )
201+ local mysql = find_dep_install_dir (" compat:libmysqlclient" , " 8.4.6.1 " )
202202 local openssl = find_dep_install_dir (" compat:openssl" , " 3.5.1" )
203203 hook_log (" srcroot=" .. tostring (srcroot ) .. " mysql=" .. tostring (mysql )
204204 .. " openssl=" .. tostring (openssl ))
0 commit comments