mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
gh-114099: Add configure and Makefile targets to support iOS compilation. (GH-115390)
This commit is contained in:
parent
e921f09c8a
commit
bee7bb3310
20 changed files with 851 additions and 106 deletions
2
iOS/Resources/bin/arm64-apple-ios-clang
Executable file
2
iOS/Resources/bin/arm64-apple-ios-clang
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
xcrun --sdk iphoneos${IOS_SDK_VERSION} clang -target arm64-apple-ios $@
|
Loading…
Add table
Add a link
Reference in a new issue