mirror of
https://github.com/python/cpython.git
synced 2025-09-24 17:33:29 +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-simulator-cpp
Executable file
2
iOS/Resources/bin/arm64-apple-ios-simulator-cpp
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
xcrun --sdk iphonesimulator${IOS_SDK_VERSION} clang -target arm64-apple-ios-simulator -E $@
|
Loading…
Add table
Add a link
Reference in a new issue