No need to specify empty bin list anymore(example)

This commit is contained in:
kyab
2013-06-06 22:12:08 +09:00
committed by mirichi
parent ce7ec9e777
commit 4b2bdbe2cc
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