dogfood fallout

This commit is contained in:
Andre Bogus 2017-01-15 00:33:29 +01:00
parent b764b2a7aa
commit dbde3b8e1c

View file

@ -234,7 +234,7 @@ pub fn main() {
} else {
option_env!("SYSROOT")
.map(|s| s.to_owned())
.or(Command::new("rustc")
.or_else(|| Command::new("rustc")
.arg("--print")
.arg("sysroot")
.output()