mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #1393 from crimsonwoods/add-android-ndk-linux-x86_64-support
Improve Android NDK toolchain support.
This commit is contained in:
@@ -46,6 +46,8 @@ MRuby::Toolchain.new(:androideabi) do |conf|
|
||||
HOST_PLATFORM = 'windows'
|
||||
when /darwin/i
|
||||
HOST_PLATFORM = 'darwin-x86'
|
||||
when /x86_64-linux/i
|
||||
HOST_PLATFORM = 'linux-x86_64'
|
||||
when /linux/i
|
||||
HOST_PLATFORM = 'linux-x86'
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user