diff --git a/arduino-mk/Arduino.mk b/arduino-mk/Arduino.mk index 5897650..e737abf 100644 --- a/arduino-mk/Arduino.mk +++ b/arduino-mk/Arduino.mk @@ -53,7 +53,7 @@ # On Linux, you might prefer: # # ARDUINO_DIR = /usr/share/arduino -# ARDMK_DIR = /usr +# ARDMK_DIR = /usr/local # AVR_TOOLS_DIR = /usr # # You can either set these up in the Makefile, or put them in your @@ -89,7 +89,7 @@ # BOARD_TAG = uno # ARDUINO_PORT = /dev/cu.usb* # -# include /usr/share/arduino/Arduino.mk +# include /usr/local/share/Arduino.mk # # Hopefully these will be self-explanatory but in case they're not: # diff --git a/bin/ard-parse-boards b/bin/ard-parse-boards index 30c6253..530462f 100755 --- a/bin/ard-parse-boards +++ b/bin/ard-parse-boards @@ -12,7 +12,7 @@ use YAML; # More discussion at https://github.com/sudar/Arduino-Makefile/issues/50 my %Opt = ( - boards_txt => '/usr/share/arduino/hardware/arduino/boards.txt', + boards_txt => '/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/boards.txt', ); # if the ARDUINO_DIR is defined, then use it