mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-24 15:38:11 +00:00
use native compiler on FreeBSD
This commit is contained in:
parent
a2663fb93a
commit
f1960ec73c
@ -63,7 +63,11 @@ FIND := find
|
||||
INSTALL := install
|
||||
RM := rm
|
||||
SED := sed
|
||||
ifeq ($(UNAME),Darwin,FreeBSD)
|
||||
ifeq ($(UNAME),Darwin)
|
||||
SED := gsed
|
||||
endif
|
||||
ifeq ($(UNAME),FreeBSD)
|
||||
CC := cc
|
||||
SED := gsed
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user