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:
commit
062e789a73
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue