Questions tagged [build-system]

Build systems are sophisticated programs created to streamline the task of compiling software code.

Enhancing SCons Cache Copy Operation

Looking for a solution to modify the behavior of SCons when copying artifacts from the cache directory to using hard links. Here is what I have tried: def link_or_copy_file(class_instance, src, dst): # perform hard linking instead... SCons.Defaults. ...