On Tue Jan 30 19:29:00 2024 +0000, Jacek Caban wrote:
Maybe we should just always pass `--cc-cmd` to winebuild. This would allow `find_clang_tool` to work. We could also, as a last resort, search for `clang` and use that for `find_clang_tool` instead of limiting that code path to explicitly passed compiler.
Thanks for the comments, I pushed a new version that does the 2nd option