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