mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +00:00
Merge pull request #2459 from xvitaly/minizip-fix
Fixed linkage against packaged version of minizip (part of zlib)
This commit is contained in:
commit
ca8a8b33e6
@ -220,7 +220,7 @@ endif
|
||||
# ZLIB
|
||||
CFLAGS += -I$(DEPS_ZLIB_PATH)
|
||||
ifeq ($(USE_SYSTEM_ZLIB),1)
|
||||
LFLAGS += -lz
|
||||
LFLAGS += -lz -lminizip
|
||||
endif
|
||||
|
||||
# OpenCL
|
||||
|
Loading…
Reference in New Issue
Block a user