Skip to content

Commit 27d72e4

Browse files
authored
Merge pull request #124 from lsst/tickets/DM-43962
DM-43962: Add GCC_COLORS to preserved envvars
2 parents 581c2fe + 1103309 commit 27d72e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/lsst/sconsUtils/state.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ def _initEnvironment():
204204
"XPA_PORT",
205205
"CONDA_BUILD_SYSROOT",
206206
"SDKROOT",
207+
"GCC_COLORS",
207208
]
208209

209210
codeCheckerVars = [

0 commit comments

Comments
 (0)