diff options
| author | kyab <[email protected]> | 2013-06-06 22:12:08 +0900 |
|---|---|---|
| committer | kyab <[email protected]> | 2013-06-06 22:12:08 +0900 |
| commit | 49298af7b791a1afa5f0c2dd8e12914bae865b5c (patch) | |
| tree | b0b29438b020c4eb8a85319ac8b23d3494bd56d8 /examples | |
| parent | 1854941f58ddf202ef0d90334ca94f65309db211 (diff) | |
| download | mruby-49298af7b791a1afa5f0c2dd8e12914bae865b5c.tar.gz mruby-49298af7b791a1afa5f0c2dd8e12914bae865b5c.zip | |
No need to specify empty bin list anymore(example)
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/targets/ArduinoDue.rb | 2 | ||||
| -rw-r--r-- | examples/targets/chipKitMax32.rb | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/examples/targets/ArduinoDue.rb b/examples/targets/ArduinoDue.rb index efbe51e97..6e793d9b1 100644 --- a/examples/targets/ArduinoDue.rb +++ b/examples/targets/ArduinoDue.rb @@ -27,6 +27,4 @@ MRuby::CrossBuild.new("Arduino Due") do |conf| archiver.archive_options = 'rcs %{outfile} %{objs}' end - # No binaries necessary - conf.bins = [] end diff --git a/examples/targets/chipKitMax32.rb b/examples/targets/chipKitMax32.rb index 2fa97b05b..f7f734230 100644 --- a/examples/targets/chipKitMax32.rb +++ b/examples/targets/chipKitMax32.rb @@ -31,6 +31,4 @@ MRuby::CrossBuild.new("chipKitMax32") do |conf| archiver.archive_options = 'rcs %{outfile} %{objs}' end - # No binaries necessary - conf.bins = [] end |
