summaryrefslogtreecommitdiffhomepage
path: root/tasks
diff options
context:
space:
mode:
authorcrimsonwoods <[email protected]>2015-10-11 16:06:21 +0900
committercrimsonwoods <[email protected]>2015-10-11 16:06:21 +0900
commita2966734aa12cb35da12f282dcfa80008d59fed7 (patch)
tree0f3854a05b404603fbefbab3e9657f04deb34c23 /tasks
parentcd9733933e10fe9e55e6bef09ebd6d1b7549ac45 (diff)
downloadmruby-a2966734aa12cb35da12f282dcfa80008d59fed7.tar.gz
mruby-a2966734aa12cb35da12f282dcfa80008d59fed7.zip
Fix build error for 'mips' architecture.
Diffstat (limited to 'tasks')
-rw-r--r--tasks/toolchains/androidndk.rake2
1 files changed, 2 insertions, 0 deletions
diff --git a/tasks/toolchains/androidndk.rake b/tasks/toolchains/androidndk.rake
index a1b3545fc..527d222c1 100644
--- a/tasks/toolchains/androidndk.rake
+++ b/tasks/toolchains/androidndk.rake
@@ -58,6 +58,8 @@ Set ANDROID_NDK_HOME environment variable or set :ndk_home parameter
'arm-linux-androideabi-*'
when /arm64/
'aarch64-linux-android-*'
+ when /mips/
+ 'mipsel-linux-android-*'
end
when :clang
'llvm-*'