1 2 3 4 5 6
import os # Causes SCons to set the C and C++ compilers via the CC and CXX shell environment variables CC=os.environ['CC'] CXX=os.environ['CXX']