In commit fb2cdd0fe2
the internal property
was renamed, but one use case of it in raising a MesonException was not
changed to go with it.
This meant that instead of erroring out with:
```
ERROR: GNU symbol visibility arg XXXX not one of: default, internal, hidden, protected, inlineshidden
```
we instead errored out with:
```
AttributeError: 'SharedLibrary' object has no attribute 'symbol_visibility'
```
Fixes #9659
pull/10368/head
parent
04c728a126
commit
d6e3517e0d
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue