summaryrefslogtreecommitdiff
path: root/tests/projects/objc/framework/test.lua
blob: 53fecaaace0f191e9b9859f98ec1303f8d583765 (plain)
1
2
3
4
5
6
7
function main(t)
    if is_host("macosx") then
        t:build({iphoneos = true})
    else
        return t:skip("wrong host platform")
    end
end