f0rmiga / gcc-toolchain

A fully-hermetic Bazel GCC toolchain for Linux.
Apache License 2.0
103 stars 24 forks source link

feat: add include paths of transitive deps for Fortran rules #171

Closed f0rmiga closed 5 months ago

f0rmiga commented 5 months ago

I noticed that building some Fortran libraries would fail for not containing the include paths of transitive dependencies. This fixes it.