Category "scons"

Get node path relative to the SConstruct from inside a SConscript

In a hierarchical build, one of my SConscript files, located in a sub-directory needs to print paths of a few nodes (for use by an external script). However, th

Disable paralled build for a specific target

I need to disable parallel run for a single target. It is a test that verifies if program doesn't create some random or incorrectly named files. Any other file