summaryrefslogtreecommitdiff
path: root/comphelper/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/meson.build')
-rw-r--r--comphelper/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/comphelper/meson.build b/comphelper/meson.build
index 1e008c21e199..eab61766ce21 100644
--- a/comphelper/meson.build
+++ b/comphelper/meson.build
@@ -107,5 +107,6 @@ comphelper_lib = shared_library('comphelper',
include_directories: [main_inc, 'source/inc'],
link_with: [cppuhelper_lib, cppu_lib, salhelper_lib, sal_lib, ucbhelper_lib, i18nlangtag_lib],
dependencies: [openssl_dep, nss_dep, zlib_dep, icuuc_dep],
+ gnu_symbol_visibility: 'hidden',
install: true,
)