Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
9343518c6f413b2231b17c56065e5cf823aa0d2a
/
.
/
iOS
/
Resources
/
bin
/
x86_64-apple-ios-simulator-clang
blob: f4739a7b945d0108475fa10bff749a4933424879 [
file
]
#!/bin/sh
xcrun
--
sdk iphonesimulator$
{
IOS_SDK_VERSION
}
clang
-
target x86_64
-
apple
-
ios$
{
IPHONEOS_DEPLOYMENT_TARGET
}-
simulator
"$@"