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:
parent
56d7b8ceaa
commit
0cd2c5ab35
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user