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