mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-05 22:20:51 +00:00
3 lines
50 B
Plaintext
3 lines
50 B
Plaintext
|
#!/bin/sh
|
||
|
exec ccache "${TARGET_CC_NOCACHE}" "$@"
|