mirror of
https://github.com/python/cpython.git
synced 2026-02-17 12:51:12 +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
104 B
Bash
Executable file
2 lines
104 B
Bash
Executable file
#!/bin/sh
|
|
xcrun --sdk iphonesimulator${IOS_SDK_VERSION} clang -target arm64-apple-ios-simulator -E "$@"
|