mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
3 lines
79 B
Text
3 lines
79 B
Text
|
|
#!/bin/sh
|
||
|
|
xcrun --sdk iphonesimulator${IOS_SDK_VERSION} strip -arch arm64 "$@"
|