aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mesonbuild/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/build.py b/mesonbuild/build.py
index 59efa68..5775eb8 100644
--- a/mesonbuild/build.py
+++ b/mesonbuild/build.py
@@ -2562,7 +2562,7 @@ class CustomTargetIndex(HoldableObject):
def get_outputs(self) -> T.List[str]:
return [self.output]
- def get_subdir(self):
+ def get_subdir(self) -> str:
return self.target.get_subdir()
def get_filename(self):