1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 20:39:17 +00:00

Fix compilation error on macOs (missing iconv linking)

This commit is contained in:
Pierre-Antoine Haidar-Bachminska 2017-04-14 18:54:34 +02:00
parent fe84828f6a
commit 4e30ec5489

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)