mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-05 21:23:58 -04:00
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)))
|
LIBTOKENS := $(sort $(shell cat $(SKETCHPDESRCS) $(SKETCHSRCS) | sed -nre $(SEXPR)))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(SYSTYPE),Darwin)
|
||||||
|
# use BWK awk
|
||||||
|
AWK = awk
|
||||||
|
endif
|
||||||
|
|
||||||
#
|
#
|
||||||
# Find sketchbook libraries referenced by the sketch.
|
# Find sketchbook libraries referenced by the sketch.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user