cpython/Platforms/Apple/iOS/Resources/bin/arm64-apple-ios-simulator-cpp
Russell Keith-Magee 36e4ffc173
gh-146444: Move the Apple folder to the Platforms directory (#146497)
Migrate the Apple/iOS XCframework build tools to the Platforms directory.
2026-03-27 02:50:35 +00:00

2 lines
133 B
Bash
Executable file

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