Run the following:
cmake -G Ninja -S Ladybird -B build -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
then observe that build/build.ninja
contains
LAUNCHER = <cwd of cmake at configure time>/ccache
I would expect LAUNCHER
to be just ccache
or an absolute path looked up from PATH
. I am not sure why it transforms the path, I imagine it is done in Meta/CMake/setup_ccache.cmake
somewhere.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too