AVRDUDE_CONF gets set when not in windows
Relating to sudar/Arduino-Makefile#381
This commit is contained in:
parent
69f3db0bff
commit
bebe3b5ebb
1 changed files with 2 additions and 4 deletions
|
@ -452,10 +452,8 @@ else
|
|||
|
||||
# Check in Windows as Cygwin is being used, that the configuration file for the AVRDUDE is set
|
||||
# Check if it works on MAC
|
||||
ifeq ($(CURRENT_OS),WINDOWS)
|
||||
ifndef AVRDUDE_CONF
|
||||
AVRDUDE_CONF = $(AVR_TOOLS_DIR)/etc/avrdude.conf
|
||||
endif
|
||||
ifndef AVRDUDE_CONF
|
||||
AVRDUDE_CONF = $(AVR_TOOLS_DIR)/etc/avrdude.conf
|
||||
endif
|
||||
|
||||
endif #ndef AVR_TOOLS_DIR
|
||||
|
|
Loading…
Reference in a new issue