Skip to content

Commit 1d1b1eb

Browse files
committed
Note that ninja = false goes under [llvm]
1 parent c4c2ab5 commit 1d1b1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/lib.rs

Lines changed: 1 addition & 1 deletion
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 under the [llvm] section.
13701370
"
13711371
);
13721372
std::process::exit(1);

0 commit comments

Comments
 (0)