source-engine/devtools/bin/osx32/xcode_ccache_wrapper

4 lines
99 B
Plaintext
Raw Normal View History

2020-04-22 16:56:21 +00:00
#!/bin/bash
exec $(dirname $0)/ccache "${DT_TOOLCHAIN_DIR}"/usr/bin/clang -Qunused-arguments "$@"