diff options
| author | Daniel Esteban Nombela <dani@hellacoders.com> | 2013-02-10 15:13:44 +0100 |
|---|---|---|
| committer | Daniel Esteban Nombela <dani@hellacoders.com> | 2013-02-10 15:13:44 +0100 |
| commit | 79243b8397d18310348669b0d6967a54b73e10b7 (patch) | |
| tree | 9711a980850e1daa88aa3eb77d7bea3f1c451689 | |
| parent | 184230fcf2ac9075fee642be8948d406913cb7df (diff) | |
Added ifndef ARDUINO_VAR_PATH for compiling for the attiny
| -rw-r--r-- | arduino-mk/Arduino.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arduino-mk/Arduino.mk b/arduino-mk/Arduino.mk index 09819ac..88b4448 100644 --- a/arduino-mk/Arduino.mk +++ b/arduino-mk/Arduino.mk @@ -309,7 +309,10 @@ endif ARDUINO_LIB_PATH = $(ARDUINO_DIR)/libraries ARDUINO_CORE_PATH = $(ARDUINO_DIR)/hardware/arduino/cores/arduino + +ifndef ARDUINO_VAR_PATH ARDUINO_VAR_PATH = $(ARDUINO_DIR)/hardware/arduino/variants +endif else |
