Kaydet (Commit) cf49e8b8 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Library_puyuno_wrapper is not built on WNT anyway

Change-Id: Ia4e2f9d5f3475b0a7af8b6db80ba4b2cd5f6bfce
üst ed8f9ec2
...@@ -32,14 +32,12 @@ $(eval $(call gb_Library_use_externals,pyuno_wrapper,\ ...@@ -32,14 +32,12 @@ $(eval $(call gb_Library_use_externals,pyuno_wrapper,\
$(eval $(call gb_Library_add_ldflags,pyuno_wrapper,-nostdlib)) $(eval $(call gb_Library_add_ldflags,pyuno_wrapper,-nostdlib))
$(eval $(call gb_Library_add_libs,pyuno_wrapper,-lc)) $(eval $(call gb_Library_add_libs,pyuno_wrapper,-lc))
ifneq ($(OS)$(COM),WNTMSC)
ifeq ($(filter DRAGONFLY FREEBSD NETBSD OPENBSD MACOSX,$(OS)),) ifeq ($(filter DRAGONFLY FREEBSD NETBSD OPENBSD MACOSX,$(OS)),)
$(eval $(call gb_Library_add_libs,pyuno_wrapper,\ $(eval $(call gb_Library_add_libs,pyuno_wrapper,\
-ldl \ -ldl \
)) ))
endif
endif endif
$(eval $(call gb_Library_add_cobjects,pyuno_wrapper,\ $(eval $(call gb_Library_add_cobjects,pyuno_wrapper,\
......
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