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