Skip to content

Commit 151db56

Browse files
committed
fix ci
1 parent 8830f33 commit 151db56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tests/projects/other/merge_archive_packages

tests/projects/other/merge_archive_packages/test.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function main(t)
22
-- Solaris ar does not support merging archives with duplicate object file names
3-
if is_host("solaris") then
3+
if is_host("bsd", "solaris") then
44
return
55
end
66
t:build()

0 commit comments

Comments
 (0)