diff options
-rw-r--r-- | pyuno/Library_pyuno_wrapper.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pyuno/Library_pyuno_wrapper.mk b/pyuno/Library_pyuno_wrapper.mk index eb5c7c38a4c8..66e75fb87e8e 100644 --- a/pyuno/Library_pyuno_wrapper.mk +++ b/pyuno/Library_pyuno_wrapper.mk @@ -32,7 +32,6 @@ $(eval $(call gb_Library_use_externals,pyuno_wrapper,\ $(eval $(call gb_Library_add_ldflags,pyuno_wrapper,-nostdlib)) $(eval $(call gb_Library_add_libs,pyuno_wrapper,-lc)) -ifneq ($(OS)$(COM),WNTMSC) ifeq ($(filter DRAGONFLY FREEBSD NETBSD OPENBSD MACOSX,$(OS)),) $(eval $(call gb_Library_add_libs,pyuno_wrapper,\ @@ -40,7 +39,6 @@ $(eval $(call gb_Library_add_libs,pyuno_wrapper,\ )) endif -endif $(eval $(call gb_Library_add_cobjects,pyuno_wrapper,\ pyuno/source/module/pyuno_dlopenwrapper \ |