mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
upgraded to zlib 1.2.1
This commit is contained in:
@@ -79,7 +79,7 @@ ifeq ($(WITH_ICONV),1)
|
||||
LIBS += -liconv
|
||||
endif
|
||||
ifeq ($(WITH_ZLIB),1)
|
||||
LIBS += -lzlib
|
||||
LIBS += -lzdll
|
||||
endif
|
||||
ifeq ($(WITH_THREADS),posix)
|
||||
LIBS += -lpthreadGC
|
||||
|
@@ -69,7 +69,7 @@ LIBS = $(LIBS) wsock32.lib
|
||||
LIBS = $(LIBS) iconv.lib
|
||||
!endif
|
||||
!if "$(WITH_ZLIB)" == "1"
|
||||
LIBS = $(LIBS) zlib.lib
|
||||
LIBS = $(LIBS) zdll.lib
|
||||
!endif
|
||||
!if "$(WITH_THREADS)" == "posix"
|
||||
LIBS = $(LIBS) pthreadVC.lib
|
||||
|
Reference in New Issue
Block a user