summaryrefslogtreecommitdiff
path: root/CC/foreign/EXPRESSIONS
AgeCommit message (Collapse)Author
2023-08-25foreign: Support defaults for foreign rulesOliver Reiche
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-07-10foreign: Support expanding env variables in optionsOliver Reiche
2023-01-26Support creating libraries from CMake projectOliver Reiche