diff options
| author | ruki <[email protected]> | 2016-02-22 09:07:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-02-22 09:07:02 +0800 |
| commit | 79d41087733bfa180de9c41341a72756b6450a72 (patch) | |
| tree | cd2696de31ad38ab57133ed102788c9384a5a642 /tests/console_objc/xmake.lua | |
| parent | ec6fd4eeca3fa468cffb25b472eb349c1fed06aa (diff) | |
rename target name for tests
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") |
