Kaydet (Commit) 02084b17 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Revert "Don't export zlib symbols"

Not needed after having fixed the MinGW visibility checks.

This reverts commit 2f0b0e54.
üst f102d993
......@@ -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) \
......
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