From 11f1adb7ddc800b8c016f3ee40e979a377ba9c01 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 31 Oct 2019 11:44:50 -0700 Subject: docs: Document that meson 0.52.0 allows layering cross files [skip ci] --- docs/markdown/Cross-compilation.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/markdown/Cross-compilation.md') 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 -- cgit v1.1