summaryrefslogtreecommitdiff
path: root/tests/projects/other/merge_archive/test.lua
blob: 88594b1d5d48ebac81c94ed72e64b3190aa05ebd (plain)
1
2
3
4
5
6
7
function main(t)
    -- Solaris ar does not support merging archives with duplicate object file names
    if is_host("solaris") then
        return
    end
    t:build()
end