Added a todo comment for package authors. Fixes #50
This commit is contained in:
parent
dc3ec57330
commit
cd210f96ca
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ use Getopt::Long;
|
|||
use Pod::Usage;
|
||||
use YAML;
|
||||
|
||||
# TODO: If you writing an installation script or a package for the makefile,
|
||||
# then you might want to replace the below path based on the environment.
|
||||
# More discussion at https://github.com/sudar/Arduino-Makefile/issues/50
|
||||
my %Opt =
|
||||
(
|
||||
boards_txt => '/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/boards.txt',
|
||||
|
|
Loading…
Reference in a new issue