mirror of
https://github.com/python/cpython.git
synced 2026-01-26 17:22:25 +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
87 B
Bash
Executable file
2 lines
87 B
Bash
Executable file
#!/bin/sh
|
|
xcrun --sdk iphoneos${IOS_SDK_VERSION} clang -target arm64-apple-ios -E "$@"
|