Fix build on Solaris after #117815.

This commit is contained in:
Petr Sumbera 2023-11-24 09:45:23 +01:00
parent 41fe75ec6b
commit 879aff9cf0

View File

@ -14,9 +14,9 @@ use std::{
io::{self, IsTerminal}, io::{self, IsTerminal},
}; };
#[cfg(all(any(unix, windows), not(target_os = "solaris")))] use bootstrap::{
use bootstrap::t; find_recent_config_change_ids, t, Build, Config, Subcommand, CONFIG_CHANGE_HISTORY,
use bootstrap::{find_recent_config_change_ids, Build, Config, Subcommand, CONFIG_CHANGE_HISTORY}; };
fn main() { fn main() {
let args = env::args().skip(1).collect::<Vec<_>>(); let args = env::args().skip(1).collect::<Vec<_>>();