diff options
Diffstat (limited to 'tests/projects/console_c/xmake.lua')
| -rw-r--r-- | tests/projects/console_c/xmake.lua | 2 |
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") |
