summaryrefslogtreecommitdiff
path: root/tests/projects/objc++/precompiled_header/test.lua
blob: d45624c55984aad2b2839f9810a195365ed1dd24 (plain)
1
2
3
4
5
function main(t)
    if is_host("macosx") then
        t:build()
    end
end