diff options
| -rw-r--r-- | mesonbuild/interpreter/kwargs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/interpreter/kwargs.py b/mesonbuild/interpreter/kwargs.py index aea24b774..4935973d9 100644 --- a/mesonbuild/interpreter/kwargs.py +++ b/mesonbuild/interpreter/kwargs.py @@ -349,7 +349,7 @@ class _BaseBuildTarget(TypedDict): name_suffix: T.Optional[str] native: MachineChoice objects: T.List[build.ObjectTypes] - override_options: T.Dict[OptionKey, options.ElementaryOptionValues] + override_options: T.Dict[str, options.ElementaryOptionValues] depend_files: NotRequired[T.List[File]] resources: T.List[str] vala_header: T.Optional[str] |
