diff options
| -rw-r--r-- | tests/projects/package/depconfigs/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/package/depconfigs/xmake.lua b/tests/projects/package/depconfigs/xmake.lua index c76e92df5..3580841f5 100644 --- a/tests/projects/package/depconfigs/xmake.lua +++ b/tests/projects/package/depconfigs/xmake.lua @@ -14,7 +14,7 @@ target("test") if target:pkg("libpng") then local found for _, linkdir in ipairs(target:pkg("libpng"):get("linkdirs")) do - if linkdir:find("zlib[/\\]1%.2%.10") then + if linkdir:find("zlib[/\\]v1%.2%.10") then found = true end end |
