Protocol Buffers - Google's data interchange format (grpc依赖)
https://developers.google.com/protocol-buffers/
4 lines
102 B
4 lines
102 B
2 years ago
|
#!/bin/sh
|
||
|
# This file wraps clang with ccache to enable faster runs of xcodebuild
|
||
|
ccache clang++ "$@"
|