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-11-03 15:11:34 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
3185e3115c
cpython
/
iOS
/
Resources
/
bin
/
arm64-apple-ios-simulator-clang
3 lines
101 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 iphonesimulator${IOS_SDK_VERSION} clang -target arm64-apple-ios-simulator "$@"
Reference in a new issue
Copy permalink