summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-01-25 22:41:31 +0800
committerruki <[email protected]>2022-01-25 22:41:31 +0800
commit8c2979c4f7b48aa108b8afe4eca2120e67bc498e (patch)
treee6e6ab76d37b0513fb2b0b010c80a51c26e84937
parent88549acb5e2e3e409b72ff876e32c589c3ea851f (diff)
fix tests
-rw-r--r--tests/projects/package/depconfigs/xmake.lua2
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