diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2023-03-01 12:21:56 -0800 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2023-06-20 16:10:20 -0700 |
| commit | be20e0809f3cee518a49f4c22ce3ca19319ebb33 (patch) | |
| tree | 0ad524dad972c023255f49329b810e34d13631aa /docs/yaml/functions/_build_target_base.yaml | |
| parent | d0cbda99a3932f2a66c40ba1e1cfe6332e6b68bb (diff) | |
| download | meson-be20e0809f3cee518a49f4c22ce3ca19319ebb33.tar.gz | |
interpreter: allow default_options and override_options as a dict
Diffstat (limited to 'docs/yaml/functions/_build_target_base.yaml')
| -rw-r--r-- | docs/yaml/functions/_build_target_base.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/yaml/functions/_build_target_base.yaml b/docs/yaml/functions/_build_target_base.yaml index abc5bf94a..f8632889c 100644 --- a/docs/yaml/functions/_build_target_base.yaml +++ b/docs/yaml/functions/_build_target_base.yaml @@ -228,12 +228,13 @@ kwargs: Set this to `[]`, or omit the keyword argument for the default behaviour. override_options: - type: list[str] + type: list[str] | dict[str] since: 0.40.0 description: | takes an array of strings in the same format as `project`'s `default_options` overriding the values of these options for this target only. + *(since 1.2.0)*: A dictionary may now be passed. gnu_symbol_visibility: type: str |
