Correct path ARDUINO_DIR for Macs
This commit is contained in:
parent
0ce685b1a1
commit
ededb0ebbc
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ ARDMK_DIR = $(PROJECT_DIR)/Arduino-Makefile
|
||||||
### ARDUINO_DIR
|
### ARDUINO_DIR
|
||||||
### Path to the Arduino application and resources directory.
|
### Path to the Arduino application and resources directory.
|
||||||
### On OS X:
|
### On OS X:
|
||||||
ARDUINO_DIR = /Applications/Arduino.app/Contents/Resources/Java
|
ARDUINO_DIR = /Applications/Arduino.app/Contents/Java
|
||||||
### or on Linux: (remove the one you don't want)
|
### or on Linux: (remove the one you don't want)
|
||||||
ARDUINO_DIR = /usr/share/arduino
|
ARDUINO_DIR = /usr/share/arduino
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue