Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
a57209eb98943f4d8edbf56a55e98ec112e00e39
/
.
/
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
"$@"