mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Adds iOS binary stubs for invoking `strip`
(cherry picked from commit 0c6c09b737)
Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
2 lines
72 B
Bash
Executable file
2 lines
72 B
Bash
Executable file
#!/bin/sh
|
|
xcrun --sdk iphoneos${IOS_SDK_VERSION} strip -arch arm64 "$@"
|