mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
3 lines
103 B
Text
3 lines
103 B
Text
|
|
#!/bin/sh
|
||
|
|
xcrun --sdk iphonesimulator${IOS_SDK_VERSION} clang -target x86_64-apple-ios-simulator -E $@
|