summaryrefslogtreecommitdiff
path: root/tests/projects/xmake_cli/hello/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/xmake_cli/hello/xmake.lua')
-rw-r--r--tests/projects/xmake_cli/hello/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/xmake_cli/hello/xmake.lua b/tests/projects/xmake_cli/hello/xmake.lua
index e2e410e03..e4c0aba32 100644
--- a/tests/projects/xmake_cli/hello/xmake.lua
+++ b/tests/projects/xmake_cli/hello/xmake.lua
@@ -1,5 +1,5 @@
add_rules("mode.debug", "mode.release")
-add_requires("libxmake")
+add_requires("libxmake", {debug = is_mode("debug")})
target("hello")
add_rules("xmake.cli")
add_files("src/lni/*.c")