diff options
| author | Sudar <sudar@sudarmuthu.com> | 2014-02-02 06:06:32 -0800 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2014-02-02 06:06:32 -0800 |
| commit | 9a49615e078d1ccab0398b5c439fad5107cfad88 (patch) | |
| tree | ca21ee8a62cedf327a1c5d25340ce1f57ea3337e /Arduino.mk | |
| parent | 20b977464526bd140605d3cbdd9e781c267406f6 (diff) | |
| parent | 1893199dad80af98b9ba1ef1e89d06f086cab58f (diff) | |
Merge pull request #161 from sej7278/master
BUNDLED_AVR_TOOLS_DIR is now set correctly
Diffstat (limited to 'Arduino.mk')
| -rw-r--r-- | Arduino.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -354,7 +354,7 @@ endif ifndef AVR_TOOLS_DIR - BUNDLED_AVR_TOOLS_DIR ?= $(call dir_if_exists,$(ARDUINO_DIR)/hardware/tools/avr) + BUNDLED_AVR_TOOLS_DIR := $(call dir_if_exists,$(ARDUINO_DIR)/hardware/tools/avr) ifdef BUNDLED_AVR_TOOLS_DIR AVR_TOOLS_DIR = $(BUNDLED_AVR_TOOLS_DIR) |
