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 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")