mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-07 11:27:10 +02:00
3 lines
51 B
Plaintext
3 lines
51 B
Plaintext
|
#!/bin/sh
|
||
|
exec ccache "${TARGET_CXX_NOCACHE}" "$@"
|