Commit a106e5dc authored by crimsonwoods's avatar crimsonwoods

Implement 'ldflags' for 'mips' architecture.

parent 2482642e
......@@ -180,7 +180,7 @@ Set ANDROID_NDK_HOME environment variable or set :ndk_home parameter
when /mips64/
flags += %W(-no-canonical-prefixes)
when /mips/
flags += %W() #add required flags
flags += %W(-no-canonical-prefixes)
when /x86_64/
flags += %W() #add required flags
when /x86/
......
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