mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix missing space
This commit is contained in:
parent
b521c80793
commit
25a64e87e9
2
third-party/webp/build-webp-bazel.sh
vendored
2
third-party/webp/build-webp-bazel.sh
vendored
@ -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} \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user