Merge branch 'master' of git://github.com/ASzc/Arduino-Makefile
This commit is contained in:
commit
ee59c7ca26
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ use YAML;
|
||||||
|
|
||||||
my %Opt =
|
my %Opt =
|
||||||
(
|
(
|
||||||
boards_txt => '/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/boards.txt',
|
boards_txt => "$ENV{'ARDUINO_DIR'}/hardware/arduino/boards.txt",
|
||||||
);
|
);
|
||||||
|
|
||||||
GetOptions(\%Opt,
|
GetOptions(\%Opt,
|
||||||
|
|
Loading…
Reference in a new issue