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 d9b12925f38..0794731d7dc 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} "$@" |