Skip to content

Commit

Permalink
solaris: unbreak build on native platform
Browse files Browse the repository at this point in the history
Fixes: #99208
  • Loading branch information
psumbera committed Jul 14, 2022
1 parent 0ed9c64 commit 1e64a7b
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 1e64a7b

Please sign in to comment.