aboutsummaryrefslogtreecommitdiff
path: root/Arduino.mk
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-02-02 06:06:32 -0800
committerSudar <sudar@sudarmuthu.com>2014-02-02 06:06:32 -0800
commit9a49615e078d1ccab0398b5c439fad5107cfad88 (patch)
treeca21ee8a62cedf327a1c5d25340ce1f57ea3337e /Arduino.mk
parent20b977464526bd140605d3cbdd9e781c267406f6 (diff)
parent1893199dad80af98b9ba1ef1e89d06f086cab58f (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.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Arduino.mk b/Arduino.mk
index 3a66868..625527b 100644
--- a/Arduino.mk
+++ b/Arduino.mk
@@ -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)