Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: use self.compilers instead of all_compilers for stdlib langs
We need a union of the compilers used by the target, and by those used by all dependencies, not all the compilers in all projects. We do, however, need to look compilers up from all possible compilers, as a dependency that is a subproject could use a language not present in the current project.
- Loading branch information