Failure to build if .ccache folder does not exist
Hi, I noticed whilst trying to compile Source SDK 2013 for testing, the build script depends on ccache, it would be nice if the readme for the linux portion displays all of the dependencies for compilation outside of the steam tools
Correction: its the dir .ccache, i should probably make this its own issue, but making the .ccache dir fixes it
Okay After Doing some digging to what's causing this, this is caused by the sdk_container script not having a check if the .ccache folder existing, resulting in a no such directory error, apologies if my issue report wasn't initially descriptive.
You can set a custom dir with export CCACHE_DIR=/loc/to/ccache.
For anyone else running into this issue, the following PR fixes this issue: https://github.com/ValveSoftware/source-sdk-2013/pull/645