# Node ID e5a917a3a9da01badaab8f799fa5944c6233b539 # Parent 2375b33bddc61ea484b3bd194ba02f7889095624 diff --git a/SConstruct b/SConstruct --- a/SConstruct +++ b/SConstruct @@ -209,10 +209,11 @@ 'PYTHONPATH', 'RANLIB', 'SWIG', 'TERM' ]) use_prefixes = [ - "M5", # M5 configuration (e.g., path to kernels) - "DISTCC_", # distcc (distributed compiler wrapper) configuration - "CCACHE_", # ccache (caching compiler wrapper) configuration - "CCC_", # clang static analyzer configuration + "M5", # M5 configuration (e.g., path to kernels) + "DISTCC_", # distcc (distributed compiler wrapper) configuration + "INCLUDE_SERVER_", # distcc pump server settings + "CCACHE_", # ccache (caching compiler wrapper) configuration + "CCC_", # clang static analyzer configuration ] use_env = {}