Kaydet (Commit) e9c6367c authored tarafından David Tardon's avatar David Tardon

fdo#51948 do not link with dl on *BSD

Change-Id: If623e9a0d909ce6a7e260b0d4beed3fb0c74cf8b
üst 09a5a749
...@@ -49,10 +49,10 @@ $(eval $(call gb_Library_set_include,pyuno_wrapper,\ ...@@ -49,10 +49,10 @@ $(eval $(call gb_Library_set_include,pyuno_wrapper,\
endif endif
ifneq ($(GUI)$(COM),WNTMSC) ifneq ($(GUI)$(COM),WNTMSC)
ifneq ($(OS),MACOSX) ifeq ($(filter DRAGONFLY FREEBSD NETBSD OPENBSD MACOSX,$(OS)),)
$(eval $(call gb_Library_add_libs,pyuno_wrapper,\ $(eval $(call gb_Library_use_libraries,pyuno_wrapper,\
-ldl \ dl \
)) ))
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment