This website requires JavaScript.
Explore
Help
Sign In
greg
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
4134fcdede6eb663b70f4cc6f0dc7c81c9b2b43b
cpython
/
iOS
/
Resources
/
bin
/
arm64-apple-ios-simulator-ar
3 lines
64 B
Plaintext
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} ar "$@"
Reference in New Issue
Copy Permalink