summaryrefslogtreecommitdiffhomepage
path: root/tasks/toolchains
diff options
context:
space:
mode:
authorcrimsonwoods <[email protected]>2015-10-11 16:14:00 +0900
committercrimsonwoods <[email protected]>2015-10-11 16:14:00 +0900
commit3ae425e3f0f479006ff2d2c28080b8c90e6982c9 (patch)
tree0daf7cbcd70feb9c52801f46e7cd4bad13da7a9f /tasks/toolchains
parenta2966734aa12cb35da12f282dcfa80008d59fed7 (diff)
downloadmruby-3ae425e3f0f479006ff2d2c28080b8c90e6982c9.tar.gz
mruby-3ae425e3f0f479006ff2d2c28080b8c90e6982c9.zip
Fix build error for 'x86' architecture.
Diffstat (limited to 'tasks/toolchains')
-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 527d222c1..ef7b6192a 100644
--- a/tasks/toolchains/androidndk.rake
+++ b/tasks/toolchains/androidndk.rake
@@ -60,6 +60,8 @@ Set ANDROID_NDK_HOME environment variable or set :ndk_home parameter
'aarch64-linux-android-*'
when /mips/
'mipsel-linux-android-*'
+ when /x86/
+ 'x86-*'
end
when :clang
'llvm-*'