Avoid use of deprecated command form on the cross compilation doc page

pull/11126/head
Ralf Gommers 11 months ago committed by Eli Schwartz
parent 05f4e0d6c5
commit 9ec26051c6
  1. 2
      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`

Loading…
Cancel
Save