diff options
Diffstat (limited to 'tests/console_objc/xmake.lua')
| -rwxr-xr-x | tests/console_objc/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/console_objc/xmake.lua b/tests/console_objc/xmake.lua index ca5310578..0b4b78c4d 100755 --- a/tests/console_objc/xmake.lua +++ b/tests/console_objc/xmake.lua @@ -33,7 +33,7 @@ if os("macosx", "ios") then end -- add target -target("objc_console") +target("console_objc") -- set kind set_kind("binary") |
