Skip to content

Commit 1e64a7b

Browse files
committed
solaris: unbreak build on native platform
Fixes: #99208
1 parent 0ed9c64 commit 1e64a7b

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)