Skip to content

Commit f74358d

Browse files
authored
Rollup merge of #99236 - psumbera:Issue99208, r=Mark-Simulacrum
solaris: unbreak build on native platform Fixes: #99208
2 parents 39936fd + 1e64a7b commit f74358d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/builder.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1764,6 +1764,7 @@ impl<'a> Builder<'a> {
17641764

17651765
if !target.contains("windows") {
17661766
let needs_unstable_opts = target.contains("linux")
1767+
|| target.contains("solaris")
17671768
|| target.contains("windows")
17681769
|| target.contains("bsd")
17691770
|| target.contains("dragonfly")

0 commit comments

Comments
 (0)