diff options
| author | TheQwertiest <qwertiest@mail.ru> | 2020-06-15 18:36:08 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-06-18 17:47:10 +0300 |
| commit | 96609da8d26fc05be8845c1edf05c8aa38af047d (patch) | |
| tree | b5e5dfdf414d9f9efac2c0743cc211082ef34498 /docs/markdown/Cross-compilation.md | |
| parent | e191cbf6e990caa0e912996977584909aab21da8 (diff) | |
| download | meson-96609da8d26fc05be8845c1edf05c8aa38af047d.tar.gz | |
docs: replaced `ninja` with appropriate `meson` commands [skip ci]
Diffstat (limited to 'docs/markdown/Cross-compilation.md')
| -rw-r--r-- | docs/markdown/Cross-compilation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Cross-compilation.md b/docs/markdown/Cross-compilation.md index 1c53dcf3f..d86d417ab 100644 --- a/docs/markdown/Cross-compilation.md +++ b/docs/markdown/Cross-compilation.md @@ -222,7 +222,7 @@ Once you have the cross file, starting a build is simple $ meson srcdir builddir --cross-file cross_file.txt ``` -Once configuration is done, compilation is started by invoking Ninja +Once configuration is done, compilation is started by invoking `meson compile` in the usual way. ## Introspection and system checks |
