From 171847a99a9ce67603eb0831da73251230ca7181 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Wed, 22 Jan 2025 14:13:00 +0900 Subject: [PATCH] build_config/playstationportable.rb: remove obsolete mruby-print gem --- build_config/playstationportable.rb | 2 -- 1 file changed, 2 deletions(-) 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"