From ce6f7dbd1350ba83c88c55b7ca170ae97bc54764 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 30 Nov 2024 23:05:41 +0800 Subject: improve tips --- tests/projects/package/compatibility/deps_with_version/xmake.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/projects') diff --git a/tests/projects/package/compatibility/deps_with_version/xmake.lua b/tests/projects/package/compatibility/deps_with_version/xmake.lua index 28adf5e7e..1ceb5f3a1 100644 --- a/tests/projects/package/compatibility/deps_with_version/xmake.lua +++ b/tests/projects/package/compatibility/deps_with_version/xmake.lua @@ -6,13 +6,15 @@ package_end() package("bar") add_deps("zlib 1.2.x") - set_policy("package.install_locally", true) -- add_deps("libpng dev") +-- add_deps("libpng", {configs = {debug = true}}) + set_policy("package.install_locally", true) on_install(function () end) package_end() package("zoo") - add_deps("libpng master") +-- add_deps("libpng master") +-- add_deps("libpng", {configs = {shared = true}}) set_policy("package.install_locally", true) on_install(function () end) package_end() -- cgit v1.3.1