Commit 86f710cf authored by crimsonwoods's avatar crimsonwoods

Replace tab by white-spaces.

parent c022357e
......@@ -131,8 +131,8 @@ Set ANDROID_NDK_HOME environment variable or set :ndk_home parameter
flags += %W(-ffunction-sections -funwind-tables -fstack-protector)
flags += %W(-D__android__ -mandroid --sysroot="#{sysroot}")
case arch
when /arm64/
flags += %W()
when /arm64/
flags += %W()
when 'armeabi-v7a'
flags += %W(-march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16)
when /arm/
......
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