mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-05 07:47:43 +01:00
2 lines
51 B
Bash
Executable file
2 lines
51 B
Bash
Executable file
#!/bin/sh
|
|
exec ccache "${TARGET_CXX_NOCACHE}" "$@"
|