Skip to content

Commit 23d6437

Browse files
authored
Restore the suggestion to set ninja = false.
1 parent a627b4f commit 23d6437

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bootstrap/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1498,7 +1498,8 @@ Couldn't find required command: ninja (or ninja-build)
14981498
14991499
You should install ninja as described at
15001500
<https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages>,
1501-
or set `download-ci-llvm = true` in the `[llvm]` section of `config.toml`
1501+
or set `ninja = false` in the `[llvm]` section of `config.toml`.
1502+
Alternatively, set `download-ci-llvm = true` in that `[llvm]` section
15021503
to download LLVM rather than building it.
15031504
"
15041505
);

0 commit comments

Comments
 (0)