summaryrefslogtreecommitdiff
path: root/tests/projects/go/static_library/test.lua
blob: cfbf7db4824c6b43c3ebdc1b87d80f5ad8a17104 (plain)
1
2
3
4
5
6
7
function main(t)
    if is_host("macosx") and os.arch() ~= "arm64" then
--        t:build()
    else
        return t:skip("wrong host platform")
    end
end