mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
girepository: Exclude private symbols from the ABI
This removes the gthash utility functions from the ABI, so link those into their automated test statically. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
@@ -51,6 +51,7 @@ cmph = static_library('cmph',
|
||||
sources: cmph_sources,
|
||||
c_args: custom_c_args,
|
||||
dependencies: cmph_deps,
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
)
|
||||
|
||||
cmph_dep = declare_dependency(
|
||||
|
Reference in New Issue
Block a user