Merge pull request #2459 from xvitaly/minizip-fix

Fixed linkage against packaged version of minizip (part of zlib)
pull/2501/head
Jens Steube 4 years ago committed by GitHub
commit ca8a8b33e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save