diff options
Diffstat (limited to 'mesonbuild/backend/backends.py')
-rw-r--r-- | mesonbuild/backend/backends.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/backend/backends.py b/mesonbuild/backend/backends.py index caec761..badc2d0 100644 --- a/mesonbuild/backend/backends.py +++ b/mesonbuild/backend/backends.py @@ -137,6 +137,7 @@ class ExecutableSerialisation: self.extra_paths = extra_paths self.capture = capture self.pickled = False + self.skip_if_destdir = False class TestSerialisation: def __init__(self, name: str, project: str, suite: str, fname: T.List[str], |