1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-11 16:21:12 +00:00

Merge pull request #556 from matrix/master

Move '-framework OpenCL' from CFLAGS to LDFLAGS
This commit is contained in:
Jens Steube 2016-10-30 14:35:33 +01:00 committed by GitHub
commit cd7ec6100b

View File

@ -135,9 +135,9 @@ endif # FreeBSD
ifeq ($(UNAME),Darwin)
export MACOSX_DEPLOYMENT_TARGET=10.9
CFLAGS_NATIVE := $(CFLAGS)
CFLAGS_NATIVE += -framework OpenCL
CFLAGS_NATIVE += -march=native
LFLAGS_NATIVE := $(LFLAGS)
LFLAGS_NATIVE += -framework OpenCL
LFLAGS_NATIVE += -lpthread
endif # Darwin