From 96609da8d26fc05be8845c1edf05c8aa38af047d Mon Sep 17 00:00:00 2001 From: TheQwertiest Date: Mon, 15 Jun 2020 18:36:08 +0300 Subject: docs: replaced `ninja` with appropriate `meson` commands [skip ci] --- docs/markdown/Cross-compilation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/Cross-compilation.md') diff --git a/docs/markdown/Cross-compilation.md b/docs/markdown/Cross-compilation.md index 1c53dcf..d86d417 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 -- cgit v1.1