dreamcast_shelf.rb: remove unnecessary gem lines.

- `mruby-binding-core` should be handle through dependency
- `mruby-inline-struct` is only for tests
parent bb3cd69a
......@@ -74,7 +74,6 @@ MRuby::CrossBuild.new("dreamcast") do |conf|
conf.gem :core => "mruby-array-ext"
conf.gem :core => "mruby-binding"
conf.gem :core => "mruby-binding-core"
conf.gem :core => "mruby-catch"
conf.gem :core => "mruby-class-ext"
conf.gem :core => "mruby-cmath"
......@@ -90,7 +89,6 @@ MRuby::CrossBuild.new("dreamcast") do |conf|
conf.gem :core => "mruby-exit"
conf.gem :core => "mruby-fiber"
conf.gem :core => "mruby-hash-ext"
conf.gem :core => "mruby-inline-struct"
# conf.gem :core => "mruby-io"
conf.gem :core => "mruby-kernel-ext"
conf.gem :core => "mruby-math"
......
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