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