Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Fix randomly missing -I entries
The algorithm for building the consensus CFLAGS was flawed in that the special-casing of `-I path` options only succeeded if the given option was in the first entry of the compile commands list. While the algorithm can certainly need an overhaul, this is the minimally intrusive fix.
- Loading branch information