mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-05 19:28:46 +02:00
Fix td min iOS
This commit is contained in:
parent
f11ebd9559
commit
e03895329f
1 changed files with 1 additions and 1 deletions
2
third-party/td/build-td-bazel.sh
vendored
2
third-party/td/build-td-bazel.sh
vendored
|
|
@ -29,7 +29,7 @@ cd ..
|
|||
if [ "$ARCH" = "arm64" ]; then
|
||||
IOS_PLATFORMDIR="$(xcode-select -p)/Platforms/iPhoneOS.platform"
|
||||
IOS_SYSROOT=($IOS_PLATFORMDIR/Developer/SDKs/iPhoneOS*.sdk)
|
||||
export CFLAGS="-arch arm64 -miphoneos-version-min=13.0"
|
||||
export CFLAGS="-arch arm64 --target=arm64-apple-ios13.0 -miphoneos-version-min=13.0"
|
||||
elif [ "$ARCH" = "sim_arm64" ]; then
|
||||
IOS_PLATFORMDIR="$(xcode-select -p)/Platforms/iPhoneSimulator.platform"
|
||||
IOS_SYSROOT=($IOS_PLATFORMDIR/Developer/SDKs/iPhoneSimulator*.sdk)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue