cpython/iOS/Resources/bin/arm64-apple-ios-simulator-clang++
Russell Keith-Magee 135dad9bd7
Add shims for iOS C++ compilation (#123620)
Add shims for iOS C++ compilation.
2024-09-04 08:28:39 +08:00

2 lines
101 B
Bash
Executable file

#!/bin/sh
xcrun --sdk iphonesimulator${IOS_SDK_VERSION} clang++ -target arm64-apple-ios-simulator $@