mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-05 23:43:58 -04:00
build: fixed TOOLPATH on MacOS
thanks to oriondream for this fix fixes issue #1151
This commit is contained in:
parent
e2fe3d2de7
commit
cf3b487e63
@ -7,7 +7,7 @@
|
||||
#
|
||||
ifeq ($(SYSTYPE),Darwin)
|
||||
# use the tools that come with Arduino
|
||||
TOOLPATH := $(ARDUINOS)/hardware/tools/avr/bin
|
||||
TOOLPATH := $(ARDUINO)/hardware/tools/avr/bin
|
||||
# use BWK awk
|
||||
AWK = awk
|
||||
FIND_TOOL = $(firstword $(wildcard $(addsuffix /$(1),$(TOOLPATH))))
|
||||
|
Loading…
Reference in New Issue
Block a user