tflite/tools/make: s/space/tabs/

This commit is contained in:
Johan Euphrosine 2019-04-10 17:19:46 +09:00
parent 413effbdae
commit 761b884aee

View File

@ -32,7 +32,7 @@ ifeq ($(TARGET), ios)
-arch $(TARGET_ARCH) \ -arch $(TARGET_ARCH) \
-O3 -O3
CFLAGS += -miphoneos-version-min=$(MIN_SDK_VERSION) \ CFLAGS += -miphoneos-version-min=$(MIN_SDK_VERSION) \
-fembed-bitcode \ -fembed-bitcode \
-mno-thumb \ -mno-thumb \
-isysroot \ -isysroot \
${IPHONEOS_SYSROOT} \ ${IPHONEOS_SYSROOT} \