diff options
| author | ruki <[email protected]> | 2024-12-03 23:44:34 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-12-03 23:44:34 +0800 |
| commit | d2ac413d4cac84cdd15e1f28393967d4ae2efa70 (patch) | |
| tree | 8f6bb710573f6b395f5d18ab4543a3dfdf68e2fc /tests | |
| parent | 50b8022ef3a6a25a0ef53775b6cf8dc17503f04a (diff) | |
update tests
Diffstat (limited to 'tests')
| -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 f82007af9..9f9d49e29 100644 --- a/tests/projects/package/compatibility/deps_with_version/xmake.lua +++ b/tests/projects/package/compatibility/deps_with_version/xmake.lua @@ -7,7 +7,7 @@ package_end() package("bar") add_deps("zlib 1.2.x") -- add_deps("libpng dev") --- add_deps("boost", {system = false, configs = {}}) +-- add_deps("boost", {system = false, configs = {zlib = false}}) set_policy("package.install_locally", true) on_install(function () end) package_end() |
