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