diff options
author | ePirat <epirat07@gmail.com> | 2021-09-10 16:08:16 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-09-10 23:59:30 +0300 |
commit | 6c908a04d76ecc2e77a4133d219c7bcb11afaae3 (patch) | |
tree | 1efb80402952a5412d5362da0f260bdb89ee45a8 | |
parent | 1616a9af338039b61320640bd2af507c5b776de7 (diff) | |
download | meson-6c908a04d76ecc2e77a4133d219c7bcb11afaae3.zip meson-6c908a04d76ecc2e77a4133d219c7bcb11afaae3.tar.gz meson-6c908a04d76ecc2e77a4133d219c7bcb11afaae3.tar.bz2 |
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.
-rw-r--r-- | docs/markdown/Machine-files.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/markdown/Machine-files.md b/docs/markdown/Machine-files.md index 6314082..c77c7dc 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, `<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 |