Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-16 | rules: Propagate PATH list from defaults | Oliver 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-30 | rules: Use field_map_provider for default-ENV | Oliver Reiche | |
2023-04-18 | rules: Support creating compile/link flags from pkg-config | Oliver Reiche | |