1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-03-13 22:16:14 +00:00

Merge pull request #1225 from Hydraze/master

Fix compilation error on macOs (missing iconv linking)
This commit is contained in:
Jens Steube 2017-04-14 19:42:55 +02:00 committed by GitHub
commit 27239fe75a

View File

@ -212,6 +212,7 @@ CFLAGS_NATIVE := $(CFLAGS)
LFLAGS_NATIVE := $(LFLAGS)
LFLAGS_NATIVE += -framework OpenCL
LFLAGS_NATIVE += -lpthread
LFLAGS_NATIVE += -liconv
endif # Darwin
ifeq ($(UNAME),CYGWIN)