mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
91d86452c3
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
3 lines
116 B
Bash
Executable File
3 lines
116 B
Bash
Executable File
#!/bin/sh
|
|
xcrun --sdk iphoneos${IOS_SDK_VERSION} clang -target arm64-apple-ios${IPHONEOS_DEPLOYMENT_TARGET} -E "$@"
|