1
0
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:
jsteube 2016-10-31 09:34:22 +01:00
parent 3442892fda
commit 5c8d08d8ef

View File

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