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