Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
2e64e36a2b1f8ebb2a6f24ad5c8f75388047d039
/
.
/
iOS
/
Resources
/
bin
/
arm64-apple-ios-simulator-clang++
blob: 58b2a5f6f18c2b7e77a55239b05df6c885265883 [
file
]
#!/bin/sh
xcrun
--
sdk iphonesimulator$
{
IOS_SDK_VERSION
}
clang
++
-
target arm64
-
apple
-
ios$
{
IPHONEOS_DEPLOYMENT_TARGET
}-
simulator
"$@"