Fix build on Solaris after #117815.
This commit is contained in:
parent
41fe75ec6b
commit
879aff9cf0
@ -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<_>>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user