Replace tab by white-spaces.

This commit is contained in:
crimsonwoods
2015-10-11 16:24:30 +09:00
parent c022357ed5
commit 86f710cf0c
+2 -2
View File
@@ -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/