Questions tagged [scons]

SCons is a versatile, open-source building tool that serves as an excellent alternative to the traditional "Make" program. It operates by defining a build process using Python scripting language.

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. ...