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