Skip to content

Commit ededb0e

Browse files
committed
Correct path ARDUINO_DIR for Macs
1 parent 0ce685b commit ededb0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/MakefileExample/Makefile-example.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ARDMK_DIR = $(PROJECT_DIR)/Arduino-Makefile
1515
### ARDUINO_DIR
1616
### Path to the Arduino application and resources directory.
1717
### On OS X:
18-
ARDUINO_DIR = /Applications/Arduino.app/Contents/Resources/Java
18+
ARDUINO_DIR = /Applications/Arduino.app/Contents/Java
1919
### or on Linux: (remove the one you don't want)
2020
ARDUINO_DIR = /usr/share/arduino
2121

0 commit comments

Comments
 (0)