summaryrefslogtreecommitdiff
path: root/tests/projects/hybrid/static_library/test.lua
blob: 5cad49b7327c6ddfe369e517e4da4f2ab5374953 (plain)
1
2
3
4
5
6
function main(t)
    if is_host("macosx") and os.arch() == "arm64" then
        return
    end
    t:build()
end