aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-08-11 19:59:34 +0300
committerGitHub <noreply@github.com>2018-08-11 19:59:34 +0300
commitf91b463bf4625bfc167b78b52f091f45cddfdff4 (patch)
tree13747f96c8f68d8b6bb1b4a442de755a6cdb8ae4 /mesonbuild/interpreter.py
parentf80c11e7ee4f521b1b4e3af56293fdcac15676fe (diff)
parentfb2cdd0fe2797b30e1fd4c118407302402739a3b (diff)
downloadmeson-f91b463bf4625bfc167b78b52f091f45cddfdff4.zip
meson-f91b463bf4625bfc167b78b52f091f45cddfdff4.tar.gz
meson-f91b463bf4625bfc167b78b52f091f45cddfdff4.tar.bz2
Merge pull request #3831 from mesonbuild/symvisibility
Add gnu_symbol_visibility keyword argument
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 50d6148..1cf20f8 100644
--- a/mesonbuild/interpreter.py
+++ b/mesonbuild/interpreter.py
@@ -3854,6 +3854,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', ['gnu_symbol_visibility'])
def build_target_decorator_caller(self, node, args, kwargs):
return True