beardsvibe / buildfox

Minimalistic Ninja generator
MIT License
50 stars 8 forks source link

Clang/GCC toolchain is missing MF flag #159

Closed jimon closed 8 years ago

jimon commented 8 years ago

It should be -MMD -MF $out.d and not -MMD otherwise ninja don't pickup header dependencies.

quinor commented 8 years ago

Already posted pull request, it annoyed me too much ;)

jimon commented 8 years ago

Fixed in #160 !