gh-133183: Include IPHONEOS_DEPLOYMENT_TARGET in iOS shim targets. (#133184)

Include IPHONEOS_DEPLOYMENT_TARGET in iOS shim targets.
This commit is contained in:
Russell Keith-Magee 2025-05-01 10:35:33 +08:00 committed by GitHub
parent 811edcf9cd
commit 6e907c4d1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 11 additions and 9 deletions

View file

@ -1,2 +1,2 @@
#!/bin/sh
xcrun --sdk iphonesimulator${IOS_SDK_VERSION} clang -target arm64-apple-ios-simulator -E "$@"
xcrun --sdk iphonesimulator${IOS_SDK_VERSION} clang -target arm64-apple-ios${IPHONEOS_DEPLOYMENT_TARGET}-simulator -E "$@"