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 05d54fa63..4faa18a0f 100644 --- a/tests/projects/console_c/xmake.lua +++ b/tests/projects/console_c/xmake.lua @@ -1,5 +1,5 @@ --- add debug/release mode +-- add modes: debug and release add_rules("mode:debug", "mode:release") -- add target |
