The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
499 B
14 lines
499 B
6 years ago
|
## Splitting of Compiler.get_function_attribute('visibility')
|
||
|
|
||
|
On macOS there is no `protected` visibility, which results in the visbility
|
||
|
check always failing. 0.52.0 introduces two changes to improve this situation:
|
||
|
|
||
|
1. the "visibility" check no longer includes "protected"
|
||
|
2. a new set of "split" checks are introduced which check for a single
|
||
|
attribute instead of all attributes.
|
||
|
|
||
|
These new attributes are:
|
||
|
* visibility:default
|
||
|
* visibility:hidden
|
||
|
* visibility:internal
|
||
|
* visibility:protected
|