We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ninja = false
1 parent a627b4f commit 23d6437Copy full SHA for 23d6437
src/bootstrap/lib.rs
@@ -1498,7 +1498,8 @@ Couldn't find required command: ninja (or ninja-build)
1498
1499
You should install ninja as described at
1500
<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`
+or set `ninja = false` in the `[llvm]` section of `config.toml`.
1502
+Alternatively, set `download-ci-llvm = true` in that `[llvm]` section
1503
to download LLVM rather than building it.
1504
"
1505
);
0 commit comments