diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-06-06 21:14:09 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-06-06 21:14:09 -0700 |
| commit | e4c9af6e953d98bb6a52681b3fa861548e9e70a5 (patch) | |
| tree | 5da13f7437a6f3002fad2b9ff82d04ac89c0faee /examples | |
| parent | ce7ec9e777e6e3340af343169fe820d39a7477c9 (diff) | |
| parent | 49298af7b791a1afa5f0c2dd8e12914bae865b5c (diff) | |
| download | mruby-e4c9af6e953d98bb6a52681b3fa861548e9e70a5.tar.gz mruby-e4c9af6e953d98bb6a52681b3fa861548e9e70a5.zip | |
Merge pull request #1273 from kyab/no_bins_example
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 |
