]> git.ipfire.org Git - thirdparty/ccache.git/commit
feat: Allow any prefix in prefix_command(_cpp) options
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 14 Jan 2024 09:41:58 +0000 (10:41 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 14 Jan 2024 09:46:52 +0000 (10:46 +0100)
commit6b85822b50cc509b4d595bf89340bdf0da526dc9
tree158f8ef81555a861c703dd244f22e7fab37c815c
parent470302017003ab3d831026ae092aeb1fee8ecf5d
feat: Allow any prefix in prefix_command(_cpp) options

The prefix_command and prefix_command_cpp configuration options require
that the prefixes can be found in PATH.

This commit relaxes this requirement so that a relative prefix can be
used and a prefix program can have arguments.
src/ccache.cpp