Commit e62f874b authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge branch 'master' of github.com:mruby/mruby

parents 32d0dbc8 aa099f7f
......@@ -44,6 +44,8 @@ MRuby::Toolchain.new(:androideabi) do |conf|
case RUBY_PLATFORM
when /cygwin|mswin|mingw|bccwin|wince|emx/i
HOST_PLATFORM = 'windows'
when /x86_64-darwin/i
HOST_PLATFORM = 'darwin-x86_64'
when /darwin/i
HOST_PLATFORM = 'darwin-x86'
when /x86_64-linux/i
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment