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

4 lines
99 B
Plaintext
Raw Permalink Normal View History

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