diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-04-07 11:02:07 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-04-07 11:02:47 +0900 |
| commit | fa2ad3479233e5570a361da61c3353bb5ed1bded (patch) | |
| tree | da41da54740c60ba0000adae08b330aada4ffe66 /build_config | |
| parent | 32ae96af1f2da6626fade2e031ba5e79c4a00908 (diff) | |
| download | mruby-fa2ad3479233e5570a361da61c3353bb5ed1bded.tar.gz mruby-fa2ad3479233e5570a361da61c3353bb5ed1bded.zip | |
Removing trailing white spaces; ref #5406 [ci skip]
Diffstat (limited to 'build_config')
| -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" |
