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