mirror of
https://github.com/python/cpython.git
synced 2026-07-26 20:03:16 -04:00
36e4ffc173
Migrate the Apple/iOS XCframework build tools to the Platforms directory.
3 lines
133 B
Bash
Executable File
3 lines
133 B
Bash
Executable File
#!/bin/sh
|
|
xcrun --sdk iphonesimulator${IOS_SDK_VERSION} clang -target arm64-apple-ios${IPHONEOS_DEPLOYMENT_TARGET}-simulator -E "$@"
|