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