Sign in
flutter
/
third_party
/
protobuf
/
89cd4cfc35ab7643b1fbac9c4197f333fd2ff699
/
.
/
ci
/
clang_wrapper
blob: 9f6962f1300fc405187206b04eac61ce037c2363 [
file
]
#!/bin/sh
# This file wraps clang with ccache to enable faster runs of xcodebuild
ccache clang
"$@"