docs: add note about built-in options support

Older meson versions would not honor the `<lang>_args` and `<lang>_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.
pull/9239/head
ePirat 3 years ago committed by Jussi Pakkanen
parent 1616a9af33
commit 6c908a04d7
  1. 2
      docs/markdown/Machine-files.md

@ -297,6 +297,8 @@ build-tests = false
### Meson built-in options
*Before 0.56.0, `<lang>_args` and `<lang>_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

Loading…
Cancel
Save