]> git.ipfire.org Git - thirdparty/ccache.git/commit
fix: Handle spaces between target and colon in dependency files (#1166)
authorlouiscaron <caron_louis@yahoo.fr>
Wed, 5 Oct 2022 19:13:50 +0000 (21:13 +0200)
committerGitHub <noreply@github.com>
Wed, 5 Oct 2022 19:13:50 +0000 (21:13 +0200)
commitfe9c0dfa93df290e974aa2dc6c29b163496db22e
tree4c64b6e33c2b02611c1cc6d2f1b520b359141d5f
parent9d7d64cd7ff66b2af4b8b2df180cad778137c98d
fix: Handle spaces between target and colon in dependency files (#1166)

Support dependency files that are generated with spaces between the target and
the colon sign.
src/Depfile.cpp
unittest/test_Depfile.cpp