diff options
Diffstat (limited to 'tests/projects/objc/framework/test.lua')
| -rw-r--r-- | tests/projects/objc/framework/test.lua | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/projects/objc/framework/test.lua b/tests/projects/objc/framework/test.lua index 60277b691..53fecaaac 100644 --- a/tests/projects/objc/framework/test.lua +++ b/tests/projects/objc/framework/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") |
