summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2024-12-04 22:41:35 +0800
committerruki <[email protected]>2024-12-04 22:41:35 +0800
commit720cf65b54d50394a5a4110dff364734f6e54f0e (patch)
tree6f20bb63067ba21f9fa05256e16698014795f9b7 /tests
parent34ee1cb9ceeec762cf986dc23a68d466e100e6e2 (diff)
impl sync_requires_to_deps
Diffstat (limited to 'tests')
-rw-r--r--tests/projects/package/compatibility/sync_requires_to_deps/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/package/compatibility/sync_requires_to_deps/xmake.lua b/tests/projects/package/compatibility/sync_requires_to_deps/xmake.lua
index 2d3d0b029..439e322e9 100644
--- a/tests/projects/package/compatibility/sync_requires_to_deps/xmake.lua
+++ b/tests/projects/package/compatibility/sync_requires_to_deps/xmake.lua
@@ -25,7 +25,7 @@ package_end()
set_policy("package.sync_requires_to_deps", true)
add_requires("test")
-add_requires("zlib", {system = false, configs = {shared = true}})
+add_requires("zlib >=1.2.13", {system = false, configs = {shared = true}})
target("test")
set_kind("binary")