Fix compilation error on macOs (missing iconv linking)

pull/1225/head
Pierre-Antoine Haidar-Bachminska 7 years ago
parent fe84828f6a
commit 4e30ec5489

@ -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)

Loading…
Cancel
Save