summaryrefslogtreecommitdiffhomepage
path: root/build_config/dreamcast_shelf.rb
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-09-30 12:45:25 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2021-09-30 12:46:45 +0900
commiteea605bfc52bccf2cf2877963a512d5e6257f720 (patch)
tree49adf2ee825a7e0924bb0b0a76ef010e8b7b7a16 /build_config/dreamcast_shelf.rb
parentbb3cd69aff5d6cecf87af9ec65994ad701c65a3c (diff)
downloadmruby-eea605bfc52bccf2cf2877963a512d5e6257f720.tar.gz
mruby-eea605bfc52bccf2cf2877963a512d5e6257f720.zip
dreamcast_shelf.rb: remove unnecessary gem lines.
- `mruby-binding-core` should be handle through dependency - `mruby-inline-struct` is only for tests
Diffstat (limited to 'build_config/dreamcast_shelf.rb')
-rw-r--r--build_config/dreamcast_shelf.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/build_config/dreamcast_shelf.rb b/build_config/dreamcast_shelf.rb
index ee9b260a5..092fde0d0 100644
--- a/build_config/dreamcast_shelf.rb
+++ b/build_config/dreamcast_shelf.rb
@@ -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"