hl2_src-leak-2017/src/devtools/bin/osx32/xcode_ccache_wrapper

4 lines
99 B
Bash

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