mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00

Add shims for iOS C++ compilation (GH-123620)
Add shims for iOS C++ compilation.
(cherry picked from commit 135dad9bd7
)
Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
2 lines
101 B
Bash
Executable file
2 lines
101 B
Bash
Executable file
#!/bin/sh
|
|
xcrun --sdk iphonesimulator${IOS_SDK_VERSION} clang++ -target arm64-apple-ios-simulator $@
|