diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2022-05-29 17:49:35 -0400 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2022-05-30 12:26:19 -0400 |
commit | 37fea630338a93cf7b8b6e91a38d45431d92bc5b (patch) | |
tree | 3d5b043a9abe327dfd2c6684b98a3b756d1a7a2f /docs/markdown/snippets | |
parent | 194c28297f3c5a75c4b9918b78742aaabb0a6703 (diff) | |
download | meson-37fea630338a93cf7b8b6e91a38d45431d92bc5b.zip meson-37fea630338a93cf7b8b6e91a38d45431d92bc5b.tar.gz meson-37fea630338a93cf7b8b6e91a38d45431d92bc5b.tar.bz2 |
fix invalid type for default_options
We have two checks for the type accepted here. One is the basic
typed_kwargs type-checking, which declares it accepts:
str | include_directories
The other is the custom validator which further narrows it to strings
with certain option-like properties (needs to be an = assignment).
The former is obviously wrong, which doesn't really matter all that much
but still isn't very nice...
Introduced in commit f34013fb08b8d24d570c96084c5d58c5eaf4f5da.
Diffstat (limited to 'docs/markdown/snippets')
0 files changed, 0 insertions, 0 deletions