Commit 210f86f9 authored by crimsonwoods's avatar crimsonwoods

Implement 'ldflags' for 'x86_64' architecture.

parent a106e5dc
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment