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