aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-07-03 23:16:33 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2018-08-09 19:46:49 +0300
commit6a0e6740432dfd22c54976ae3fe2fc1c9fea0b3d (patch)
tree6e858ee5ae062f23737806bd44215b941a150673 /mesonbuild/interpreter.py
parent15fb2843955b53414cf292cf0a6b7faf7ffc883a (diff)
downloadmeson-6a0e6740432dfd22c54976ae3fe2fc1c9fea0b3d.zip
meson-6a0e6740432dfd22c54976ae3fe2fc1c9fea0b3d.tar.gz
meson-6a0e6740432dfd22c54976ae3fe2fc1c9fea0b3d.tar.bz2
Add kwarg for specifying symbol visibility.
Diffstat (limited to 'mesonbuild/interpreter.py')
-rw-r--r--mesonbuild/interpreter.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/interpreter.py b/mesonbuild/interpreter.py
index fd0385d..c84ed96 100644
--- a/mesonbuild/interpreter.py
+++ b/mesonbuild/interpreter.py
@@ -3850,6 +3850,7 @@ Try setting b_lundef to false instead.''')
@FeatureNewKwargs('build target', '0.42.0', ['rust_crate_type', 'build_rpath', 'implicit_include_directories'])
@FeatureNewKwargs('build target', '0.41.0', ['rust_args'])
@FeatureNewKwargs('build target', '0.40.0', ['build_by_default'])
+ @FeatureNewKwargs('build target', '0.48.0', ['symbol_visibility'])
def build_target_decorator_caller(self, node, args, kwargs):
return True