From 8c2979c4f7b48aa108b8afe4eca2120e67bc498e Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 25 Jan 2022 22:41:31 +0800 Subject: fix tests --- tests/projects/package/depconfigs/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1