summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2019-05-20 12:11:24 +0100
committerPhilip Withnall <withnall@endlessm.com>2019-05-20 12:11:24 +0100
commit0470cccec8d1679658af27e944cb89a9009e2b1e (patch)
treec06a332a76140ff27d27f5e1e1f2c83422dcb4a7
parent522e74982e752f85771dc9ba7f9d9518ef11752d (diff)
downloadglib-0470cccec8d1679658af27e944cb89a9009e2b1e.tar.gz
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
-rw-r--r--docs/reference/glib/cross.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/glib/cross.xml b/docs/reference/glib/cross.xml
index aba4c75ef..50e7ba675 100644
--- a/docs/reference/glib/cross.xml
+++ b/docs/reference/glib/cross.xml
@@ -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