Fix creation of output file name
[skype-call-recorder.git] / utils / setup-ccache
blobf6f9dce7e55101bf6bdda43033943210b2e61db0
2 # you must source in this file into your shell, like this:
3 # . utils/setup-ccache
5 export CC='ccache gcc'
6 export CXX='ccache g++'