mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-08 00:16:43 +00:00
4 lines
99 B
Plaintext
4 lines
99 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
exec $(dirname $0)/ccache "${DT_TOOLCHAIN_DIR}"/usr/bin/clang -Qunused-arguments "$@"
|