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 fc1b9dd0e..2976e01ac 100644
--- a/tasks/toolchains/androidndk.rake
+++ b/tasks/toolchains/androidndk.rake
@@ -184,7 +184,7 @@ Set ANDROID_NDK_HOME environment variable or set :ndk_home parameter
when /x86_64/
flags += %W(-no-canonical-prefixes)
when /x86/
- flags += %W() #add required flags
+ flags += %W(-no-canonical-prefixes)
end
end
end