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