source-sdk-2013/sp/src/devtools/bin/osx32/xcode_ccache_wrapper
2013-09-05 08:41:38 -04:00

4 lines
102 B
Bash
Executable File

#!/bin/bash
exec $(dirname $0)/ccache "${DT_TOOLCHAIN_DIR}"/usr/bin/clang -Qunused-arguments "$@"