summaryrefslogtreecommitdiffhomepage
path: root/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'tasks')
-rw-r--r--tasks/toolchains/androidndk.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/toolchains/androidndk.rake b/tasks/toolchains/androidndk.rake
index 3f5e4602d..fc1b9dd0e 100644
--- a/tasks/toolchains/androidndk.rake
+++ b/tasks/toolchains/androidndk.rake
@@ -182,7 +182,7 @@ Set ANDROID_NDK_HOME environment variable or set :ndk_home parameter
when /mips/
flags += %W(-no-canonical-prefixes)
when /x86_64/
- flags += %W() #add required flags
+ flags += %W(-no-canonical-prefixes)
when /x86/
flags += %W() #add required flags
end