diff options
| author | ruki <[email protected]> | 2020-04-11 00:34:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-10 21:26:32 +0800 |
| commit | 89802c7311cd0cc699cc7d15e3f2a55150cc4f04 (patch) | |
| tree | f202924fa8b7e77a66422407ab8f03f9b14ef978 /tests/projects/objc/framework | |
| parent | c09fd5a74f8297e04bca53035b6543081a7fa905 (diff) | |
update tests
Diffstat (limited to 'tests/projects/objc/framework')
| -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") |
