mirror of
https://github.com/python/cpython.git
synced 2024-11-26 19:34:19 +08:00
Add shims for iOS C++ compilation (#123620)
Add shims for iOS C++ compilation.
This commit is contained in:
parent
a8bc03696c
commit
135dad9bd7
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 $@
|
2
iOS/Resources/bin/arm64-apple-ios-simulator-clang++
Executable file
2
iOS/Resources/bin/arm64-apple-ios-simulator-clang++
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
xcrun --sdk iphonesimulator${IOS_SDK_VERSION} clang++ -target arm64-apple-ios-simulator $@
|
2
iOS/Resources/bin/x86_64-apple-ios-simulator-clang++
Executable file
2
iOS/Resources/bin/x86_64-apple-ios-simulator-clang++
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
xcrun --sdk iphonesimulator${IOS_SDK_VERSION} clang++ -target x86_64-apple-ios-simulator $@
|
Loading…
Reference in New Issue
Block a user