mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 08:44:39 +01:00
2 lines
51 B
Bash
Executable file
2 lines
51 B
Bash
Executable file
#!/bin/sh
|
|
exec ccache "${TARGET_CXX_NOCACHE}" "$@"
|