Merge pull request #2459 from xvitaly/minizip-fix

Fixed linkage against packaged version of minizip (part of zlib)
This commit is contained in:
Jens Steube
2020-07-21 12:37:53 +02:00
committed by GitHub

View File

@@ -220,7 +220,7 @@ endif
# ZLIB
CFLAGS += -I$(DEPS_ZLIB_PATH)
ifeq ($(USE_SYSTEM_ZLIB),1)
LFLAGS += -lz
LFLAGS += -lz -lminizip
endif
# OpenCL