We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8830f33 commit 151db56Copy full SHA for 151db56
1 file changed
tests/projects/other/merge_archive_packages/test.lua
@@ -1,6 +1,6 @@
1
function main(t)
2
-- Solaris ar does not support merging archives with duplicate object file names
3
- if is_host("solaris") then
+ if is_host("bsd", "solaris") then
4
return
5
end
6
t:build()
0 commit comments