mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-13 19:28:56 +00:00
On OSX, use clang as default compiler
This commit is contained in:
parent
3442892fda
commit
5c8d08d8ef
@ -65,9 +65,12 @@ FIND := find
|
||||
INSTALL := install
|
||||
RM := rm
|
||||
SED := sed
|
||||
|
||||
ifeq ($(UNAME),Darwin)
|
||||
CC := clang
|
||||
SED := gsed
|
||||
endif
|
||||
|
||||
ifeq ($(UNAME),FreeBSD)
|
||||
CC := cc
|
||||
SED := gsed
|
||||
|
Loading…
Reference in New Issue
Block a user