mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
e47e8a2512
The included method of determining the host platform in the androideabi would not match to windows if RUBY_PLATFORM returned mingw, wince, or emx. As an added pre-caution, using a case statement with regexp matching will better determine the host platform since it won't be case sensitive and for windows is set to match more specifially than just "win".