Skip to content

Commit 062e789

Browse files
authored
Rollup merge of #85988 - jyn514:ninja-error, r=joshtriplett
Note that `ninja = false` goes under `[llvm]` Addresses #84938 (comment) - `@kornelski` does this look good? r? `@Mark-Simulacrum` cc `@joshtriplett`
2 parents d5c9894 + 3ed7f3f commit 062e789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1366,7 +1366,7 @@ impl Build {
13661366
eprintln!(
13671367
"
13681368
Couldn't find required command: ninja
1369-
You should install ninja, or set ninja=false in config.toml
1369+
You should install ninja, or set `ninja=false` in config.toml in the `[llvm]` section.
13701370
"
13711371
);
13721372
std::process::exit(1);

0 commit comments

Comments
 (0)