Commit e4c9af6e authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #1273 from kyab/no_bins_example

No need to specify empty bin list anymore(example)
parents ce7ec9e7 49298af7
......@@ -27,6 +27,4 @@ MRuby::CrossBuild.new("Arduino Due") do |conf|
archiver.archive_options = 'rcs %{outfile} %{objs}'
end
# No binaries necessary
conf.bins = []
end
......@@ -31,6 +31,4 @@ MRuby::CrossBuild.new("chipKitMax32") do |conf|
archiver.archive_options = 'rcs %{outfile} %{objs}'
end
# No binaries necessary
conf.bins = []
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment