]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127434: Fix iOS `xcrun --sdk` clang/ar scripts to allow arguments with spaces...
authorFeodor Fitsner <feodor@appveyor.com>
Thu, 5 Dec 2024 03:00:20 +0000 (19:00 -0800)
committerGitHub <noreply@github.com>
Thu, 5 Dec 2024 03:00:20 +0000 (11:00 +0800)
commit6cf77949fba7b44f6885794b2028f091f42f5d6c
treed72c454827c4265ad985e5d0553711b5fecfaecb
parent87faf0a9c4aa7f8eb5b6b6c8f6e8f5f99b1e3d9b
gh-127434: Fix iOS `xcrun --sdk` clang/ar scripts to allow arguments with spaces (#127575)

Added shell escaping to ensure iOS compiler shims can accept arguments with spaces.
13 files changed:
Misc/NEWS.d/next/Core_and_Builtins/2024-12-04-09-52-08.gh-issue-127434.RjkGT_.rst [new file with mode: 0644]
iOS/Resources/bin/arm64-apple-ios-ar
iOS/Resources/bin/arm64-apple-ios-clang
iOS/Resources/bin/arm64-apple-ios-clang++
iOS/Resources/bin/arm64-apple-ios-cpp
iOS/Resources/bin/arm64-apple-ios-simulator-ar
iOS/Resources/bin/arm64-apple-ios-simulator-clang
iOS/Resources/bin/arm64-apple-ios-simulator-clang++
iOS/Resources/bin/arm64-apple-ios-simulator-cpp
iOS/Resources/bin/x86_64-apple-ios-simulator-ar
iOS/Resources/bin/x86_64-apple-ios-simulator-clang
iOS/Resources/bin/x86_64-apple-ios-simulator-clang++
iOS/Resources/bin/x86_64-apple-ios-simulator-cpp