Skip to content

Commit

Permalink
Rollup merge of rust-lang#99236 - psumbera:Issue99208, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
solaris: unbreak build on native platform

Fixes: rust-lang#99208
  • Loading branch information
Dylan-DPC committed Jul 14, 2022
2 parents 39936fd + 1e64a7b commit f74358d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1764,6 +1764,7 @@ impl<'a> Builder<'a> {

if !target.contains("windows") {
let needs_unstable_opts = target.contains("linux")
|| target.contains("solaris")
|| target.contains("windows")
|| target.contains("bsd")
|| target.contains("dragonfly")
Expand Down

0 comments on commit f74358d

Please sign in to comment.