Restore the suggestion to set ninja = false.

This commit is contained in:
Daira Hopwood 2021-09-19 19:50:08 +01:00 committed by GitHub
parent a627b4f2bf
commit 23d6437128
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
"
);