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