Is there any way to make the zig build command print the path to the generated configuration cache file to stdout for tooling to consume? I skimmed through the src/main.zig and the configurer.zig files but i couldn’t find anything.
The only solution i can think of right now is clearing the .zig-cache/c/ directory, running zig build --help, and then parsing the file that appears in there.