summaryrefslogtreecommitdiff
path: root/CC/pkgconfig
AgeCommit message (Collapse)Author
2023-08-16rules: Propagate PATH list from defaultsOliver Reiche
... instead of creating an ENV from it and propagating this. The idea is to keep PATH entries separate and only join them with ":" when we need it. In this way, we can accumulate PATHs from multiple defaults later, and perform a deduplication ("nub_left") to shorten the final string length.
2023-05-30rules: Use field_map_provider for default-ENVOliver Reiche
2023-04-18rules: Support creating compile/link flags from pkg-configOliver Reiche