From 6c908a04d76ecc2e77a4133d219c7bcb11afaae3 Mon Sep 17 00:00:00 2001 From: ePirat Date: Fri, 10 Sep 2021 16:08:16 +0200 Subject: [PATCH] docs: add note about built-in options support Older meson versions would not honor the `_args` and `_link_args` in the built-in options section, add a note about this to the relevant section as it can cause quite some surprises when using a crossfile with an older meson version. --- docs/markdown/Machine-files.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/markdown/Machine-files.md b/docs/markdown/Machine-files.md index 631408240..c77c7dca0 100644 --- a/docs/markdown/Machine-files.md +++ b/docs/markdown/Machine-files.md @@ -297,6 +297,8 @@ build-tests = false ### Meson built-in options +*Before 0.56.0, `_args` and `_link_args` must be put in the `properties` section instead, else they will be ignored.* + Meson built-in options can be set the same way: ```ini