Commit 7d22c895 authored by taku toyama's avatar taku toyama

add x86_64-darwin host platform.

parent 6dd9bb7c
......@@ -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