mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-15 02:57:39 +00:00
3 lines
51 B
Plaintext
3 lines
51 B
Plaintext
|
#!/bin/sh
|
||
|
exec ccache "${TARGET_CXX_NOCACHE}" "$@"
|