diff options
| -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() |
