Disable some gems on build_config for playstationportable

This commit is contained in:
SaekiMototsune
2026-04-21 15:15:01 +09:00
parent f469e7567a
commit 08b6d2ecd0
+5 -3
View File
@@ -72,7 +72,9 @@ MRuby::CrossBuild.new("playstationportable") do |conf|
conf.gem :core => "mruby-os-memsize"
conf.gem :core => "mruby-proc-binding"
conf.gem :core => "mruby-sleep"
conf.gem :core => "mruby-io"
conf.gem :core => "mruby-dir"
#conf.gem :core => "mruby-socket" unsupported
# Disabled until PSP-specific HALs are available; the POSIX HALs depend on
# APIs that the PSP SDK does not fully provide.
# conf.gem :core => "mruby-io"
# conf.gem :core => "mruby-dir"
# conf.gem :core => "mruby-socket"
end