mirror of
https://github.com/python/cpython.git
synced 2025-09-13 20:27:05 +00:00

Added shell escaping to ensure iOS compiler shims can accept arguments with spaces.
(cherry picked from commit 6cf77949fb
)
Co-authored-by: Feodor Fitsner <feodor@appveyor.com>
2 lines
105 B
Bash
Executable file
2 lines
105 B
Bash
Executable file
#!/bin/sh
|
|
xcrun --sdk iphonesimulator${IOS_SDK_VERSION} clang -target x86_64-apple-ios-simulator -E "$@"
|