From 9ec26051c668fcbe5125dcd414cc9e613a0e29be Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Sun, 25 Feb 2024 19:50:06 +0100 Subject: Avoid use of deprecated command form on the cross compilation doc page --- docs/markdown/Cross-compilation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown') diff --git a/docs/markdown/Cross-compilation.md b/docs/markdown/Cross-compilation.md index e1ad83717..ccbcfd363 100644 --- a/docs/markdown/Cross-compilation.md +++ b/docs/markdown/Cross-compilation.md @@ -256,7 +256,7 @@ to be the host machine. Once you have the cross file, starting a build is simple ```console -$ meson srcdir builddir --cross-file cross_file.txt +$ meson setup builddir --cross-file cross_file.txt ``` Once configuration is done, compilation is started by invoking `meson compile` -- cgit v1.2.3