lede/tools/ccache/files/ccache_cxx
2017-09-06 19:19:45 +08:00

3 lines
51 B
Bash
Executable File

#!/bin/sh
exec ccache "${TARGET_CXX_NOCACHE}" "$@"