]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/lib.rs
Rollup merge of #89216 - r00ster91:bigo, r=dtolnay
[rust.git] / src / bootstrap / lib.rs
index a4735d54be03828f1d91c37a3c507c85f4cefc00..2d4e15278972469bacd9de44c1b11b34fcaf39f5 100644 (file)
@@ -1494,8 +1494,13 @@ fn ninja(&self) -> bool {
             {
                 eprintln!(
                     "
-Couldn't find required command: ninja
-You should install ninja, or set `ninja=false` in config.toml in the `[llvm]` section.
+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 `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.
 "
                 );
                 std::process::exit(1);