summaryrefslogtreecommitdiff
path: root/pyuno/Library_pyuno_wrapper.mk
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/Library_pyuno_wrapper.mk')
-rw-r--r--pyuno/Library_pyuno_wrapper.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyuno/Library_pyuno_wrapper.mk b/pyuno/Library_pyuno_wrapper.mk
index 0f46beaac557..8ec4a1088a85 100644
--- a/pyuno/Library_pyuno_wrapper.mk
+++ b/pyuno/Library_pyuno_wrapper.mk
@@ -51,8 +51,8 @@ endif
ifneq ($(GUI)$(COM),WNTMSC)
ifeq ($(filter DRAGONFLY FREEBSD NETBSD OPENBSD MACOSX,$(OS)),)
-$(eval $(call gb_Library_use_libraries,pyuno_wrapper,\
- dl \
+$(eval $(call gb_Library_add_libs,pyuno_wrapper,\
+ -ldl \
))
endif