William Deegan
William Deegan
Interesting. The comment is correct. There's no guarantee that you are calling it from a builder, only that you are calling it outside of processing the SConscript/SConstruct/associated logic. So maybe...
Seems most likely an api like: get me all the files with these extensions which have builders or get me all files which match these extensions Which would walk the...
After pondering this a bit, would it make sense to be able to find all targets for a given builder? The above example is fine, if it's only one step...
Added myself as assignee for now. Just to simplify finding this.
Something like `+=` type functionality would be ideal. `ENV_PATH_REPLACE` `ENV_PATH_PREPEND`
I was thinking those vars would be specifyable in the Environment() call and **modify** the envvars before tool initilization.
@acmorrow - is this PR still valid/useful/ updatable with other changes already merged?