PX4: fixed build on MacOS
This commit is contained in:
parent
7c7a215934
commit
d6ce86a746
@ -123,6 +123,11 @@ else
|
||||
LIBTOKENS := $(sort $(shell cat $(SKETCHPDESRCS) $(SKETCHSRCS) | sed -nre $(SEXPR)))
|
||||
endif
|
||||
|
||||
ifeq ($(SYSTYPE),Darwin)
|
||||
# use BWK awk
|
||||
AWK = awk
|
||||
endif
|
||||
|
||||
#
|
||||
# Find sketchbook libraries referenced by the sketch.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user