summaryrefslogtreecommitdiff
path: root/tests/projects/dlang/shared_library/test.lua
blob: 060aa6ca5a93d0c0de3570fd258620c03fa4aad5 (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