summaryrefslogtreecommitdiff
path: root/tests/projects/console_c/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/console_c/xmake.lua')
-rw-r--r--tests/projects/console_c/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/console_c/xmake.lua b/tests/projects/console_c/xmake.lua
index 4faa18a0f..a9106daff 100644
--- a/tests/projects/console_c/xmake.lua
+++ b/tests/projects/console_c/xmake.lua
@@ -1,6 +1,6 @@
-- add modes: debug and release
-add_rules("mode:debug", "mode:release")
+add_rules("mode.debug", "mode.release")
-- add target
target("console_c")