about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorDaira Hopwood <daira@jacaranda.org>2021-09-19 19:50:08 +0100
committerGitHub <noreply@github.com>2021-09-19 19:50:08 +0100
commit23d643712807bdbc49e82c5b3170c1b33d3be8ee (patch)
treedb5c74d847ba3a96272434480e6ce5948d11429a /src/bootstrap
parenta627b4f2bfb3012bd69650ee7defc9ef2ef2ec1e (diff)
downloadrust-23d643712807bdbc49e82c5b3170c1b33d3be8ee.tar.gz
rust-23d643712807bdbc49e82c5b3170c1b33d3be8ee.zip
Restore the suggestion to set `ninja = false`.
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs
index 9302217297b..2d4e1527897 100644
--- a/src/bootstrap/lib.rs
+++ b/src/bootstrap/lib.rs
@@ -1498,7 +1498,8 @@ Couldn't find required command: ninja (or ninja-build)
 
 You should install ninja as described at
 <https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages>,
-or set `download-ci-llvm = true` in the `[llvm]` section of `config.toml`
+or set `ninja = false` in the `[llvm]` section of `config.toml`.
+Alternatively, set `download-ci-llvm = true` in that `[llvm]` section
 to download LLVM rather than building it.
 "
                 );