lede/tools/ccache/files/ccache_cxx

3 lines
51 B
Plaintext
Raw Normal View History

2017-09-06 19:19:45 +08:00
#!/bin/sh
exec ccache "${TARGET_CXX_NOCACHE}" "$@"