1
Fork 0

Rollup merge of #85988 - jyn514:ninja-error, r=joshtriplett

Note that `ninja = false` goes under `[llvm]`

Addresses https://github.com/rust-lang/rust/issues/84938#issuecomment-852448332 - `@kornelski` does this look good?

r? `@Mark-Simulacrum` cc `@joshtriplett`
This commit is contained in:
Yuki Okushi 2021-06-05 06:13:47 +09:00 committed by GitHub
commit 062e789a73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1366,7 +1366,7 @@ impl Build {
eprintln!( eprintln!(
" "
Couldn't find required command: ninja Couldn't find required command: ninja
You should install ninja, or set ninja=false in config.toml You should install ninja, or set `ninja=false` in config.toml in the `[llvm]` section.
" "
); );
std::process::exit(1); std::process::exit(1);