summaryrefslogtreecommitdiff
path: root/tests/projects/objc++/console/test.lua
blob: f7307978109fcdac469515b396ba0d47a26da074 (plain)
1
2
3
4
5
6
7
8
-- main entry
function main(t)

    -- build project
    if os.host() == "macosx" then
        t:build({iphoneos = true})
    end
end