mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
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:
parent
522e74982e
commit
0470cccec8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user