Files
cool-source-archive/devtools/bin/osx32/xcode_ccache_wrapper
Totterynine 4b952b0e4e init
2021-09-13 15:31:53 +05:00

4 lines
99 B
Bash

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