aboutsummaryrefslogtreecommitdiff
path: root/docs/yaml/functions/project.yaml
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2023-06-09 17:58:49 -0400
committerDylan Baker <dylan@pnwbakers.com>2023-06-20 16:10:20 -0700
commit6f2956e76c58c49b12298fbf144399c41c380520 (patch)
treee8f41059b9dee8d00f133236572f124851f7f706 /docs/yaml/functions/project.yaml
parentbe20e0809f3cee518a49f4c22ce3ca19319ebb33 (diff)
downloadmeson-6f2956e76c58c49b12298fbf144399c41c380520.zip
meson-6f2956e76c58c49b12298fbf144399c41c380520.tar.gz
meson-6f2956e76c58c49b12298fbf144399c41c380520.tar.bz2
interpreter: Accept more types in default_options dict values
Diffstat (limited to 'docs/yaml/functions/project.yaml')
-rw-r--r--docs/yaml/functions/project.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/yaml/functions/project.yaml b/docs/yaml/functions/project.yaml
index 6eb7adc..5be8cac 100644
--- a/docs/yaml/functions/project.yaml
+++ b/docs/yaml/functions/project.yaml
@@ -38,7 +38,7 @@ varargs:
kwargs:
default_options:
- type: list[str] | dict[str]
+ type: list[str] | dict[str | bool | int | list[str]]
description: |
Accepts strings in the form `key=value`
which have the same format as options to `meson configure`.