MacOSX do not link with old system libz

This commit is contained in:
Thomas BERNARD
2018-11-27 13:13:30 +01:00
committed by Thomas Bernard
parent 2bee52b9af
commit d2c24b1448

View File

@@ -256,8 +256,10 @@ ifneq ($(LIBPNGCONFIG), )
else else
LOPT += -lpng LOPT += -lpng
endif endif
ifneq ($(OSX_STATIC), 1)
LOPT += -lz LOPT += -lz
endif endif
endif
COPT += -DENABLE_FILENAMES_ICONV COPT += -DENABLE_FILENAMES_ICONV
LOPT += -liconv LOPT += -liconv
ifeq ($(API),x11) ifeq ($(API),x11)