16 September 2020
Implicit Dependencies in Build Systems
In making a build system for your software, you codified the dependencies
between its parts. But, did you account for implicit software dependencies,
like system libraries and compiler toolchains? Implicit dependencies give rise to the biggest and most common problem with…