diff options
| author | Petr Sumbera <petr.sumbera@oracle.com> | 2022-07-14 13:44:40 +0200 |
|---|---|---|
| committer | Petr Sumbera <petr.sumbera@oracle.com> | 2022-07-14 13:44:40 +0200 |
| commit | 1e64a7b4f1ad86a2fa9a1fdf3ab1c5b3e011b33b (patch) | |
| tree | 51a3972092383c9b539997d02d8c65fc84ff45cd | |
| parent | 0ed9c64c3e63acac9bd77abce62501696c390450 (diff) | |
| download | rust-1e64a7b4f1ad86a2fa9a1fdf3ab1c5b3e011b33b.tar.gz rust-1e64a7b4f1ad86a2fa9a1fdf3ab1c5b3e011b33b.zip | |
solaris: unbreak build on native platform
Fixes: #99208
| -rw-r--r-- | src/bootstrap/builder.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs index 712454d5048..1aa79f5566a 100644 --- a/src/bootstrap/builder.rs +++ b/src/bootstrap/builder.rs @@ -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") |
