@alrs A sucky build system is appropriate for a sucky language, isn't it?
@alrs I know, let's make a better C++ build system... in Python 🙃
@be, this reminds me of #zig build, which can be used for C or C++ as well thanks to interop. It can even cross compile to many platforms (= arch, os and libc) although its C and C++ compilers might not work for every codebase. Not sure if this has anything to do with @alrs' original problem though.
@mcsinyx @be No blockers this morning, I'm just shocked that people accept nasty escape-character spew from build tools where the output is likely to get logged or consumed by other tools.