From be20e0809f3cee518a49f4c22ce3ca19319ebb33 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 1 Mar 2023 12:21:56 -0800 Subject: interpreter: allow default_options and override_options as a dict --- docs/yaml/functions/_build_target_base.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/yaml/functions/_build_target_base.yaml') 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 -- cgit v1.2.3