summaryrefslogtreecommitdiff
path: root/tests/console_objc++/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/console_objc++/xmake.lua')
-rwxr-xr-xtests/console_objc++/xmake.lua2
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")