From 0470cccec8d1679658af27e944cb89a9009e2b1e Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 20 May 2019 12:11:24 +0100 Subject: [PATCH] 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 Fixes: #1782 --- docs/reference/glib/cross.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -meson --cross_file cross_file.txt builddir +meson --cross-file cross_file.txt builddir The complete list of cross properties follows. Most