use native compiler on FreeBSD
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user