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
|
LIBS += -liconv
|
||||||
endif
|
endif
|
||||||
ifeq ($(WITH_ZLIB),1)
|
ifeq ($(WITH_ZLIB),1)
|
||||||
LIBS += -lzlib
|
LIBS += -lzdll
|
||||||
endif
|
endif
|
||||||
ifeq ($(WITH_THREADS),posix)
|
ifeq ($(WITH_THREADS),posix)
|
||||||
LIBS += -lpthreadGC
|
LIBS += -lpthreadGC
|
||||||
|
@@ -69,7 +69,7 @@ LIBS = $(LIBS) wsock32.lib
|
|||||||
LIBS = $(LIBS) iconv.lib
|
LIBS = $(LIBS) iconv.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(WITH_ZLIB)" == "1"
|
!if "$(WITH_ZLIB)" == "1"
|
||||||
LIBS = $(LIBS) zlib.lib
|
LIBS = $(LIBS) zdll.lib
|
||||||
!endif
|
!endif
|
||||||
!if "$(WITH_THREADS)" == "posix"
|
!if "$(WITH_THREADS)" == "posix"
|
||||||
LIBS = $(LIBS) pthreadVC.lib
|
LIBS = $(LIBS) pthreadVC.lib
|
||||||
|
Reference in New Issue
Block a user