3 lines
50 B
Text
3 lines
50 B
Text
|
#!/bin/sh
|
||
|
exec ccache "${TARGET_CC_NOCACHE}" "$@"
|