diff options
author | Salamandar <felix@piedallu.me> | 2018-04-27 16:59:02 +0200 |
---|---|---|
committer | Salamandar <felix@piedallu.me> | 2018-06-01 14:23:24 +0200 |
commit | 2056172595a593fc532f97d76445e710354e7f17 (patch) | |
tree | fdf49c2c0a9d93ea8e2048a2d109f64b9e957214 /mesonbuild/build.py | |
parent | 4741f1e2437edaa9b5bfa204c703027fd0a9efa4 (diff) | |
download | meson-2056172595a593fc532f97d76445e710354e7f17.zip meson-2056172595a593fc532f97d76445e710354e7f17.tar.gz meson-2056172595a593fc532f97d76445e710354e7f17.tar.bz2 |
Add 0.43.0 features
Diffstat (limited to 'mesonbuild/build.py')
-rw-r--r-- | mesonbuild/build.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/build.py b/mesonbuild/build.py index 1b3861b..0bcb98f 100644 --- a/mesonbuild/build.py +++ b/mesonbuild/build.py @@ -1086,6 +1086,7 @@ recommended as it can lead to undefined behaviour on some platforms''') return class Generator: + @FeatureNewKwargs('generator', '0.43.0', 'capture') def __init__(self, args, kwargs): if len(args) != 1: raise InvalidArguments('Generator requires exactly one positional argument: the executable') |