source-engine/devtools/bin/osx32/xcode_ccache_wrapper
2026-05-22 12:29:16 +00:00

4 lines
99 B
Bash
Executable File

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