diff options
| author | Ralf Gommers <ralf.gommers@gmail.com> | 2024-02-25 19:50:06 +0100 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2024-02-25 15:39:38 -0500 |
| commit | 9ec26051c668fcbe5125dcd414cc9e613a0e29be (patch) | |
| tree | 741bfd7b72a32a3b0c08a8b06570270144815a44 /docs | |
| parent | 05f4e0d6c5e74d5dfc1f1b32ac2ee26af664c950 (diff) | |
| download | meson-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.md | 2 |
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` |
