mirror of
https://github.com/python/cpython.git
synced 2026-08-02 04:40:37 +08:00
Adds iOS binary stubs for invoking `strip` (cherry picked from commit 0c6c09b7377e10dcf80844c961b578fbdc6f5375) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
3 lines
72 B
Bash
Executable File
3 lines
72 B
Bash
Executable File
#!/bin/sh
|
|
xcrun --sdk iphoneos${IOS_SDK_VERSION} strip -arch arm64 "$@"
|