mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Disable some gems on build_config for playstationportable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user