1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-05 17:13:36 +08:00
hl2sdk/devtools/bin/osx32/xcode_ccache_wrapper
2013-11-03 09:37:30 -05:00

4 lines
99 B
Bash
Executable File

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