|
|
|
@ -18,7 +18,7 @@ ifeq ($(SYSTYPE),Linux)
@@ -18,7 +18,7 @@ ifeq ($(SYSTYPE),Linux)
|
|
|
|
|
FIND_TOOL = $(firstword $(wildcard $(addsuffix /$(1),$(TOOLPATH))))
|
|
|
|
|
endif |
|
|
|
|
ifeq ($(findstring CYGWIN, $(SYSTYPE)),CYGWIN) |
|
|
|
|
TOOLPATH := $(ARDUINO)/hardware/tools/avr/bin
|
|
|
|
|
TOOLPATH := $(subst :, ,$(PATH))
|
|
|
|
|
FIND_TOOL = $(firstword $(wildcard $(addsuffix /$(1).exe,$(TOOLPATH))))
|
|
|
|
|
endif |
|
|
|
|
ifeq ($(findstring MINGW, $(SYSTYPE)),MINGW) |
|
|
|
|