]> git.ipfire.org Git - thirdparty/ccache.git/commit
Fix bug in debug_dir (CCACHE_DEBUGDIR)
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 4 Jul 2021 05:13:02 +0000 (07:13 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 4 Jul 2021 10:12:16 +0000 (12:12 +0200)
commit4346788c5e583d5351ad5a3c7d0ff06474bc29a4
tree86fe4bc649e45ca5c6b7ec6a1a31860be494dd03
parentf8b256b6f6041e6cb79491fb811f0c4f77f4cf15
Fix bug in debug_dir (CCACHE_DEBUGDIR)

The absolute path to the object file is not created correctly if the
object file doesn’t already exist.
src/ccache.cpp