Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
As a buildbot workaround, retain a copy of the compiler shims in the …
…old location.
  • Loading branch information
freakboy3742 committed Aug 27, 2025
commit b89f46f69b4168d8aa3a4910a360a8acafe85a3e
2 changes: 2 additions & 0 deletions iOS/Resources/bin/bin/arm64-apple-ios-ar
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
xcrun --sdk iphoneos${IOS_SDK_VERSION} ar "$@"
2 changes: 2 additions & 0 deletions iOS/Resources/bin/bin/arm64-apple-ios-clang
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
xcrun --sdk iphoneos${IOS_SDK_VERSION} clang -target arm64-apple-ios${IPHONEOS_DEPLOYMENT_TARGET} "$@"
2 changes: 2 additions & 0 deletions iOS/Resources/bin/bin/arm64-apple-ios-clang++
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
xcrun --sdk iphoneos${IOS_SDK_VERSION} clang++ -target arm64-apple-ios${IPHONEOS_DEPLOYMENT_TARGET} "$@"
2 changes: 2 additions & 0 deletions iOS/Resources/bin/bin/arm64-apple-ios-cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
xcrun --sdk iphoneos${IOS_SDK_VERSION} clang -target arm64-apple-ios${IPHONEOS_DEPLOYMENT_TARGET} -E "$@"
2 changes: 2 additions & 0 deletions iOS/Resources/bin/bin/arm64-apple-ios-simulator-ar
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
xcrun --sdk iphonesimulator${IOS_SDK_VERSION} ar "$@"
2 changes: 2 additions & 0 deletions iOS/Resources/bin/bin/arm64-apple-ios-simulator-clang
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
xcrun --sdk iphonesimulator${IOS_SDK_VERSION} clang -target arm64-apple-ios${IPHONEOS_DEPLOYMENT_TARGET}-simulator "$@"
2 changes: 2 additions & 0 deletions iOS/Resources/bin/bin/arm64-apple-ios-simulator-clang++
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
xcrun --sdk iphonesimulator${IOS_SDK_VERSION} clang++ -target arm64-apple-ios${IPHONEOS_DEPLOYMENT_TARGET}-simulator "$@"
2 changes: 2 additions & 0 deletions iOS/Resources/bin/bin/arm64-apple-ios-simulator-cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
xcrun --sdk iphonesimulator${IOS_SDK_VERSION} clang -target arm64-apple-ios${IPHONEOS_DEPLOYMENT_TARGET}-simulator -E "$@"
2 changes: 2 additions & 0 deletions iOS/Resources/bin/bin/arm64-apple-ios-simulator-strip
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
xcrun --sdk iphonesimulator${IOS_SDK_VERSION} strip -arch arm64 "$@"
2 changes: 2 additions & 0 deletions iOS/Resources/bin/bin/arm64-apple-ios-strip
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
xcrun --sdk iphoneos${IOS_SDK_VERSION} strip -arch arm64 "$@"
2 changes: 2 additions & 0 deletions iOS/Resources/bin/bin/x86_64-apple-ios-simulator-ar
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
xcrun --sdk iphonesimulator${IOS_SDK_VERSION} ar "$@"
2 changes: 2 additions & 0 deletions iOS/Resources/bin/bin/x86_64-apple-ios-simulator-clang
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
xcrun --sdk iphonesimulator${IOS_SDK_VERSION} clang -target x86_64-apple-ios${IPHONEOS_DEPLOYMENT_TARGET}-simulator "$@"
2 changes: 2 additions & 0 deletions iOS/Resources/bin/bin/x86_64-apple-ios-simulator-clang++
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
xcrun --sdk iphonesimulator${IOS_SDK_VERSION} clang++ -target x86_64-apple-ios${IPHONEOS_DEPLOYMENT_TARGET}-simulator "$@"
2 changes: 2 additions & 0 deletions iOS/Resources/bin/bin/x86_64-apple-ios-simulator-cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
xcrun --sdk iphonesimulator${IOS_SDK_VERSION} clang -target x86_64-apple-ios${IPHONEOS_DEPLOYMENT_TARGET}-simulator -E "$@"
2 changes: 2 additions & 0 deletions iOS/Resources/bin/bin/x86_64-apple-ios-simulator-strip
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
xcrun --sdk iphonesimulator${IOS_SDK_VERSION} strip -arch x86_64 "$@"
Loading