We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ninja
1 parent 3bca723 commit a627b4fCopy full SHA for a627b4f
src/bootstrap/lib.rs
@@ -1494,8 +1494,12 @@ impl Build {
1494
{
1495
eprintln!(
1496
"
1497
-Couldn't find required command: ninja
1498
-You should install ninja, or set `ninja=false` in config.toml in the `[llvm]` section.
+Couldn't find required command: ninja (or ninja-build)
+
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`
1502
+to download LLVM rather than building it.
1503
1504
);
1505
std::process::exit(1);
0 commit comments