mirror of
https://github.com/buildwithparallel/openwrt
synced 2026-08-10 21:35:45 -04:00
2 lines
50 B
Bash
Executable file
2 lines
50 B
Bash
Executable file
#!/bin/sh
|
|
exec ccache "${TARGET_CC_NOCACHE}" "$@"
|