diff options
| author | Sudar <sudar@sudarmuthu.com> | 2013-07-11 21:10:40 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2013-07-12 16:07:49 +0530 |
| commit | 290a4986d6e8dcbc0fcb03c4135eed911b28765f (patch) | |
| tree | 268339bf6d453034533b1f48fb05a206ec9e954f /README.md | |
| parent | 588f7028b2db75d08d2f468f5c5d7c7a4a1e8253 (diff) | |
Make `ARDMK_PATH` and `ARDMK_DIR` backward compatible
When support for ChipKit was added recently (issue #98) it broke the way
ARDMK_PATH and ARDMK_DIR were handled, if the package was installed
through package. It was only working if you have done a git checkout.
This commit fixes it, but searching for `Common.mk` both in
`ARDMK_DIR/arduino-mk` and `ARDMK_DIR/` directories.
Fix #110
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ On the Mac you might want to set: On Linux, you might prefer: ARDUINO_DIR = /usr/share/arduino - ARDMK_DIR = /usr/local + ARDMK_DIR = /usr AVR_TOOLS_DIR = /usr The Makefile also delegates resetting the board to a short Perl program. |
