cpython/iOS/Resources/bin/arm64-apple-ios-strip
Russell Keith-Magee 0c6c09b737
gh-135968: Add iOS binary stubs for strip (#135970)
Adds iOS binary stubs for invoking `strip`
2025-06-27 12:58:20 +08:00

2 lines
72 B
Bash
Executable file

#!/bin/sh
xcrun --sdk iphoneos${IOS_SDK_VERSION} strip -arch arm64 "$@"