diff options
| author | ruki <[email protected]> | 2024-11-29 00:53:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-11-29 00:53:22 +0800 |
| commit | 202fb01a8cae37a4168e75c1abbe1ae9b6cdd688 (patch) | |
| tree | d99e215018e311d2db727c1cf634717aeaf13923 /tests/projects | |
| parent | 36953ccf16f9765746471b47aca5b2611270b274 (diff) | |
get conflict packages
Diffstat (limited to 'tests/projects')
| -rw-r--r-- | tests/projects/package/compatibility/deps_with_version/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/package/compatibility/deps_with_version/xmake.lua b/tests/projects/package/compatibility/deps_with_version/xmake.lua index 895b57d3b..e937c1384 100644 --- a/tests/projects/package/compatibility/deps_with_version/xmake.lua +++ b/tests/projects/package/compatibility/deps_with_version/xmake.lua @@ -4,7 +4,7 @@ package("foo") package_end() package("bar") - add_deps("zlib") + add_deps("zlib 1.2.x") on_install(function () end) package_end() |
