diff options
Diffstat (limited to 'mesonbuild/build.py')
-rw-r--r-- | mesonbuild/build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/build.py b/mesonbuild/build.py index e2251ea..02e8da9 100644 --- a/mesonbuild/build.py +++ b/mesonbuild/build.py @@ -2700,7 +2700,7 @@ class CustomTargetIndex(HoldableObject): def get_filename(self) -> str: return self.output - def get_id(self): + def get_id(self) -> str: return self.target.get_id() def get_all_link_deps(self): |