mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-12 04:20:27 +03:00
4 lines
102 B
Bash
Executable File
4 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
|
|
exec $(dirname $0)/ccache "${DT_TOOLCHAIN_DIR}"/usr/bin/clang -Qunused-arguments "$@"
|