Skip to content

Commit 6483522

Browse files
committed
docs: document new behavior of yielding options
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 parent 2136bb9 commit 6483522

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/markdown/Build-options.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,10 @@ project which also has an option called `some_option`, then calling
244244
`yield` is `false`, `get_option` returns the value of the subproject's
245245
option.
246246

247+
*Since 1.8.0* `-Dsub:some_option=anothervalue`, when used with a
248+
yielding option, sets the value separately from the option
249+
it yields to.
250+
247251

248252
## Built-in build options
249253

0 commit comments

Comments
 (0)