diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-07-13 22:31:13 +0200 |
|---|---|---|
| committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2025-07-18 21:45:13 +0530 |
| commit | 4c4af10d638e63cbde3e4d836e59632e43bd6aef (patch) | |
| tree | 1f02a7faa06ba7ad47ea8f8380599ec4f94898a9 /docs | |
| parent | 093162cddacbe0a966ba08a5090021efd2eda9d5 (diff) | |
| download | meson-4c4af10d638e63cbde3e4d836e59632e43bd6aef.tar.gz | |
docs: document new behavior of yielding options
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/markdown/Build-options.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/Build-options.md b/docs/markdown/Build-options.md index 190705d77..ee12f55f4 100644 --- a/docs/markdown/Build-options.md +++ b/docs/markdown/Build-options.md @@ -244,6 +244,10 @@ project which also has an option called `some_option`, then calling `yield` is `false`, `get_option` returns the value of the subproject's option. +*Since 1.8.0* `-Dsub:some_option=anothervalue`, when used with a +yielding option, sets the value separately from the option +it yields to. + ## Built-in build options |
