summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2024-02-25 19:50:06 +0100
committerEli Schwartz <eschwartz93@gmail.com>2024-02-25 15:39:38 -0500
commit9ec26051c668fcbe5125dcd414cc9e613a0e29be (patch)
tree741bfd7b72a32a3b0c08a8b06570270144815a44 /docs
parent05f4e0d6c5e74d5dfc1f1b32ac2ee26af664c950 (diff)
downloadmeson-9ec26051c668fcbe5125dcd414cc9e613a0e29be.tar.gz
Avoid use of deprecated command form on the cross compilation doc page
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Cross-compilation.md2
1 files changed, 1 insertions, 1 deletions
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`