There was an error while loading. Please reload this page.
How to use the colorgcc wrapper to colorize the output of compilers ?
To be able to use colorgcc with SCons you need an environment that includes $PATH, $TERM, and $HOME.
env = Environment(ENV = {'PATH' : os.environ['PATH'], 'TERM' : os.environ['TERM'], 'HOME' : os.environ['HOME']})