Describe the bug
When sanity check fails, there is only log
meson.build:1:0: ERROR: Executables created by c compiler x86_64-w64-mingw32-gcc are not runnable.
without any more information in log or anywhere.
To Reproduce
Try to build something and see the output of sanity check.
Expected behavior
Sanity check log is visible. Especially when running through exe_wrapper like wine, it's important to see why it actually fails.