summaryrefslogtreecommitdiff
path: root/tests/projects/other/merge_archive_packages/test.lua
blob: cf5bc01ef00454b85efaa96797d783192e0891f6 (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("bsd", "solaris") then
        return
    end
    t:build()
end