From 89802c7311cd0cc699cc7d15e3f2a55150cc4f04 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 11 Apr 2020 00:34:25 +0800 Subject: update tests --- tests/projects/objc/bundle/test.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests/projects/objc/bundle/test.lua') diff --git a/tests/projects/objc/bundle/test.lua b/tests/projects/objc/bundle/test.lua index 60277b691..53fecaaac 100644 --- a/tests/projects/objc/bundle/test.lua +++ b/tests/projects/objc/bundle/test.lua @@ -1,8 +1,5 @@ --- main entry function main(t) - - -- build project - if os.host() == "macosx" then + if is_host("macosx") then t:build({iphoneos = true}) else return t:skip("wrong host platform") -- cgit v1.3.1