Skip to content

Commit

Permalink
Note that ninja = false goes under [llvm]
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Jun 4, 2021
1 parent c4c2ab5 commit 1d1b1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/lib.rs
Expand Up @@ -1366,7 +1366,7 @@ impl Build {
eprintln!(
"
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 under the [llvm] section.
"
);
std::process::exit(1);
Expand Down

0 comments on commit 1d1b1eb

Please sign in to comment.