aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Cross-compilation.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/Cross-compilation.md')
-rw-r--r--docs/markdown/Cross-compilation.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/Cross-compilation.md b/docs/markdown/Cross-compilation.md
index c46082a..43e1382 100644
--- a/docs/markdown/Cross-compilation.md
+++ b/docs/markdown/Cross-compilation.md
@@ -206,6 +206,11 @@ bindir = 'bin'
This will be overwritten by any options passed on the command line.
+Since meson 0.52.0 it is possible to layer cross files together. This
+works like native file layering: the purpose is to compose cross files
+together, and values from the second cross file will replace those
+from the first.
+
## Starting a cross build