diff --git a/build_config/playstationportable.rb b/build_config/playstationportable.rb index a95d47c40..66096b054 100644 --- a/build_config/playstationportable.rb +++ b/build_config/playstationportable.rb @@ -41,7 +41,6 @@ MRuby::CrossBuild.new("playstationportable") do |conf| conf.gem :core => "mruby-metaprog" conf.gem :core => "mruby-pack" conf.gem :core => "mruby-sprintf" - conf.gem :core => "mruby-print" conf.gem :core => "mruby-math" conf.gem :core => "mruby-time" conf.gem :core => "mruby-struct" @@ -71,7 +70,6 @@ MRuby::CrossBuild.new("playstationportable") do |conf| conf.gem :core => "mruby-error" conf.gem :core => "mruby-exit" conf.gem :core => "mruby-os-memsize" - conf.gem :core => "mruby-print" conf.gem :core => "mruby-proc-binding" conf.gem :core => "mruby-sleep" conf.gem :core => "mruby-io"