Skip to content
Snippets Groups Projects
Commit 3892983e authored by Frediano Ziglio's avatar Frediano Ziglio
Browse files

Use visibility instead of just filtering using version script


In case version script support is not available we can still
able to filter symbols exported.
This for instance will work with linkers not supporting
--version-script (like system MacOS one).
Use new version macros similar to Glib to detect also
deprecated function.
Tested that exported symbols remains the same from both Linux
and Windows shared libraries.

Signed-off-by: default avatarFrediano Ziglio <freddy77@gmail.com>
parent 11149e5d
No related branches found
No related tags found
Loading
Checking pipeline status