docs: Fix typo in Meson cross-compilation instructions

Meson accepts `--cross-file`, but not `--cross_file`.

Spotted by Carlo Bramini.

Signed-off-by: Philip Withnall <withnall@endlessm.com>

Fixes: #1782
This commit is contained in:
Philip Withnall 2019-05-20 12:11:24 +01:00
parent 522e74982e
commit 0470cccec8

View File

@ -67,7 +67,7 @@ windres = 'x86_64-w64-mingw32-windres'
Then execute the following commands:
</para>
<programlisting>
meson --cross_file cross_file.txt builddir
meson --cross-file cross_file.txt builddir
</programlisting>
<para>
The complete list of cross properties follows. Most