This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-10-19 16:03:42 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
6cf77949fb
cpython
/
iOS
/
Resources
/
bin
/
arm64-apple-ios-cpp
3 lines
87 B
Text
Raw
Normal View
History
Unescape
Escape
gh-114099: Add configure and Makefile targets to support iOS compilation. (GH-115390)
2024-02-26 09:21:10 +08:00
#!/bin/sh
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.
2024-12-04 19:00:20 -08:00
xcrun --sdk iphoneos${IOS_SDK_VERSION} clang -target arm64-apple-ios -E "$@"
Reference in a new issue
Copy permalink