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,11 +452,9 @@ else
|
||||||
|
|
||||||
# Check in Windows as Cygwin is being used, that the configuration file for the AVRDUDE is set
|
# Check in Windows as Cygwin is being used, that the configuration file for the AVRDUDE is set
|
||||||
# Check if it works on MAC
|
# Check if it works on MAC
|
||||||
ifeq ($(CURRENT_OS),WINDOWS)
|
|
||||||
ifndef AVRDUDE_CONF
|
ifndef AVRDUDE_CONF
|
||||||
AVRDUDE_CONF = $(AVR_TOOLS_DIR)/etc/avrdude.conf
|
AVRDUDE_CONF = $(AVR_TOOLS_DIR)/etc/avrdude.conf
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
|
|
||||||
endif #ndef AVR_TOOLS_DIR
|
endif #ndef AVR_TOOLS_DIR
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue