summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--loaders/python/meson.build5
1 files changed, 3 insertions, 2 deletions
diff --git a/loaders/python/meson.build b/loaders/python/meson.build
index 4538376..b62c629 100644
--- a/loaders/python/meson.build
+++ b/loaders/python/meson.build
@@ -14,7 +14,7 @@ python3_loader_c = files(
python3_loader_res = gnome.compile_resources(
'peas-python-resources',
'peas-python.gresource.xml',
- export: true,
+ export: false,
)
python3_loader_deps = [
@@ -41,5 +41,6 @@ python3_loader_sha = shared_module(
pkglibdir,
'loaders',
),
- name_suffix: module_suffix
+ name_suffix: module_suffix,
+ gnu_symbol_visibility: 'hidden',
)