diff options
Diffstat (limited to 'iOS/Resources/bin/arm64-apple-ios-clang')
-rwxr-xr-x | iOS/Resources/bin/arm64-apple-ios-clang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iOS/Resources/bin/arm64-apple-ios-clang b/iOS/Resources/bin/arm64-apple-ios-clang index c39519cd1f8..f50d5b5142f 100755 --- a/iOS/Resources/bin/arm64-apple-ios-clang +++ b/iOS/Resources/bin/arm64-apple-ios-clang @@ -1,2 +1,2 @@ #!/bin/sh -xcrun --sdk iphoneos${IOS_SDK_VERSION} clang -target arm64-apple-ios "$@" +xcrun --sdk iphoneos${IOS_SDK_VERSION} clang -target arm64-apple-ios${IPHONEOS_DEPLOYMENT_TARGET} "$@" |