Fix missing space

This commit is contained in:
Ali 2020-12-17 00:18:52 +04:00
parent b521c80793
commit 25a64e87e9

View File

@ -42,7 +42,7 @@ SDKROOT="$(xcrun --sdk $PLATFORM --show-sdk-path 2>/dev/null)"
DEVROOT="${DEVELOPER}/Toolchains/XcodeDefault.xctoolchain" DEVROOT="${DEVELOPER}/Toolchains/XcodeDefault.xctoolchain"
CFLAGS="-pipe -isysroot ${SDKROOT} -O3 -DNDEBUG $EXTRA_CFLAGS" CFLAGS="-pipe -isysroot ${SDKROOT} -O3 -DNDEBUG $EXTRA_CFLAGS"
CFLAGS+="-miphoneos-version-min=9.0" CFLAGS+=" -miphoneos-version-min=9.0"
PATH="${DEVROOT}/usr/bin:${PATH}" ./configure \ PATH="${DEVROOT}/usr/bin:${PATH}" ./configure \
${EXTRA_CONFIG} \ ${EXTRA_CONFIG} \