mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-31 17:13:07 +01:00
2 lines
50 B
Bash
Executable file
2 lines
50 B
Bash
Executable file
#!/bin/sh
|
|
exec ccache "${TARGET_CC_NOCACHE}" "$@"
|