summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-11-08 09:43:13 +0100
committerJan Holesovsky <kendy@suse.cz>2012-11-08 10:18:00 +0100
commit02084b175fd3cbaa77889b102e4e0ed41b0cae45 (patch)
tree29e5516c7e6e20b19e96b505c516b0e23ab4dddf /tools
parentf102d993270fbb7b429cec5c34cfd73acfe213b1 (diff)
Revert "Don't export zlib symbols"
Not needed after having fixed the MinGW visibility checks. This reverts commit 2f0b0e54f45cd9694d07d9e0399cd39bc465c09e.
Diffstat (limited to 'tools')
-rw-r--r--tools/Library_tl.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/Library_tl.mk b/tools/Library_tl.mk
index 98ee8481a2c6..cd8afecf5b73 100644
--- a/tools/Library_tl.mk
+++ b/tools/Library_tl.mk
@@ -106,14 +106,6 @@ $(eval $(call gb_Library_use_external,tl,zlib))
ifeq ($(OS),WNT)
-ifeq ($(COM),GCC)
-
-$(eval $(call gb_Library_add_libs,tl,\
- -Wl$(COMMA)--exclude-libs=libzlib.a \
-))
-
-endif
-
$(eval $(call gb_Library_set_include,tl,\
-I$(SRCDIR)/tools/win/inc \
$$(INCLUDE) \