Merge pull request #1273 from kyab/no_bins_example

No need to specify empty bin list anymore(example)
This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-06-06 21:14:09 -07:00
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -27,6 +27,4 @@ MRuby::CrossBuild.new("Arduino Due") do |conf|
archiver.archive_options = 'rcs %{outfile} %{objs}'
end
# No binaries necessary
conf.bins = []
end
-2
View File
@@ -31,6 +31,4 @@ MRuby::CrossBuild.new("chipKitMax32") do |conf|
archiver.archive_options = 'rcs %{outfile} %{objs}'
end
# No binaries necessary
conf.bins = []
end