summaryrefslogtreecommitdiff
path: root/tests/projects
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects')
-rw-r--r--tests/projects/other/merge_archive_packages/xmake.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/projects/other/merge_archive_packages/xmake.lua b/tests/projects/other/merge_archive_packages/xmake.lua
index f2f1d0aa9..711f326cb 100644
--- a/tests/projects/other/merge_archive_packages/xmake.lua
+++ b/tests/projects/other/merge_archive_packages/xmake.lua
@@ -1,6 +1,8 @@
add_rules("mode.debug", "mode.release")
+-- we must use disable libraries
add_requires("libpng", {system = false})
+add_requireconfs("libpng.*", {system = false, override = true})
target("foo")
set_kind("static")