diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2022-05-26 12:47:40 -0700 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-06-01 22:49:10 -0400 |
| commit | 7b90066a015eb0f972606ac9d87f5097e1eb6a77 (patch) | |
| tree | 1c1b19b1329ec0fbfeefd4f184f415e85d954024 | |
| parent | 503a061e6866bd2999505f92e6e44b51988472e8 (diff) | |
| download | meson-7b90066a015eb0f972606ac9d87f5097e1eb6a77.tar.gz | |
modules/gnome: fix gen_marshall annotation
| -rw-r--r-- | mesonbuild/modules/gnome.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/modules/gnome.py b/mesonbuild/modules/gnome.py index 4456f36aa..f44b759e6 100644 --- a/mesonbuild/modules/gnome.py +++ b/mesonbuild/modules/gnome.py @@ -149,7 +149,7 @@ if T.TYPE_CHECKING: build_by_default: T.Optional[bool] depend_files: T.List[mesonlib.File] extra_args: T.List[str] - install_dir: T.Union[str, bool] + install_dir: T.Optional[str] install_header: bool internal: bool nostdinc: bool |
