mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-13 18:34:53 +00:00
3 lines
51 B
Plaintext
3 lines
51 B
Plaintext
|
#!/bin/sh
|
||
|
exec ccache "${TARGET_CXX_NOCACHE}" "$@"
|