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 ab706d51a..3e7951e69 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("objcpp_console") +target("console_objc++") -- set kind set_kind("binary") |
