diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-05-08 18:50:04 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-05-08 20:16:44 +0200 |
commit | cf49e8b816ee3391b5deba487d1abf77b7dfeaab (patch) | |
tree | a158145f2329070d3a077ab12acc00bf9d80bcca /pyuno | |
parent | ed8f9ec2caa8485691999e5565a79e451e1dcb92 (diff) |
Library_puyuno_wrapper is not built on WNT anyway
Change-Id: Ia4e2f9d5f3475b0a7af8b6db80ba4b2cd5f6bfce
Diffstat (limited to 'pyuno')
-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 \ |