1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-22 22:58:30 +00:00

Use -export_dynamic instead of --export-dynamic on OSX

This commit is contained in:
jsteube 2019-01-14 09:24:58 +01:00
parent 56d7b8ceaa
commit 0cd2c5ab35

View File

@ -265,7 +265,7 @@ endif
LFLAGS_NATIVE := $(LFLAGS)
LFLAGS_NATIVE += -framework OpenCL
LFLAGS_NATIVE += -Wl,--export-dynamic
LFLAGS_NATIVE += -Wl,-export_dynamic
LFLAGS_NATIVE += -lpthread
LFLAGS_NATIVE += -liconv
endif # Darwin