aboutsummaryrefslogtreecommitdiff
path: root/sp/src/devtools/bin/osx32/xcode_ccache_wrapper
blob: 475f508f5036aafd580efdfc8f244b59f3237dee (plain) (blame)
1
2
3
#!/bin/bash

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