diff options
| -rw-r--r-- | build_config/dreamcast_shelf.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build_config/dreamcast_shelf.rb b/build_config/dreamcast_shelf.rb index 8d1544ab1..ee9b260a5 100644 --- a/build_config/dreamcast_shelf.rb +++ b/build_config/dreamcast_shelf.rb @@ -68,10 +68,10 @@ MRuby::CrossBuild.new("dreamcast") do |conf| # Disable C++ exception conf.disable_cxx_exception - + # Gems from core # Some Gems are incompatible and were disabled. - + conf.gem :core => "mruby-array-ext" conf.gem :core => "mruby-binding" conf.gem :core => "mruby-binding-core" |
