PX4: fixed build on MacOS

This commit is contained in:
Andrew Tridgell 2013-01-11 13:46:13 +11:00
parent 7c7a215934
commit d6ce86a746

View File

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