From eea605bfc52bccf2cf2877963a512d5e6257f720 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Thu, 30 Sep 2021 12:45:25 +0900 Subject: dreamcast_shelf.rb: remove unnecessary gem lines. - `mruby-binding-core` should be handle through dependency - `mruby-inline-struct` is only for tests --- build_config/dreamcast_shelf.rb | 2 -- 1 file changed, 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" -- cgit v1.2.3