diff options
| author | Sudar Muthu <sudar@sudarmuthu.com> | 2015-04-04 05:40:51 +0530 |
|---|---|---|
| committer | Sudar Muthu <sudar@sudarmuthu.com> | 2015-04-04 05:40:51 +0530 |
| commit | 509a63a721ab39e4fde0ce31eb52b95a202eccf6 (patch) | |
| tree | ae4453d0869b836d27c789ce5f5e35c569be7f79 /Common.mk | |
| parent | cfe83bca2033cdefd9208c8db9bce1c225843ef7 (diff) | |
| parent | c67f07fab89ad50362b3be48bfbb7fe9aa005d1a (diff) | |
Merge pull request #339 from sej7278/master
Better autodetection of ARDUINO_SKETCHBOOK and ARDUINO_DIR on OSX
Diffstat (limited to 'Common.mk')
| -rw-r--r-- | Common.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -68,7 +68,8 @@ endif ifndef ARDUINO_DIR AUTO_ARDUINO_DIR := $(firstword \ $(call dir_if_exists,/usr/share/arduino) \ - $(call dir_if_exists,/Applications/Arduino.app/Contents/Resources/Java) ) + $(call dir_if_exists,/Applications/Arduino.app/Contents/Resources/Java) \ + $(call dir_if_exists,/Applications/Arduino.app/Contents/Java) ) ifdef AUTO_ARDUINO_DIR ARDUINO_DIR = $(AUTO_ARDUINO_DIR) $(call show_config_variable,ARDUINO_DIR,[AUTODETECTED]) |
