makefiles/docker.inc.mk: allow disabling color in docker
When compiling with CC_NOCOLOR=1, color were still used when printing during compilation with `BUILD_IN_DOCKER=1`.
This commit is contained in:
parent
e2b2b8e43c
commit
e1357c1499
@ -39,6 +39,7 @@ export DOCKER_ENV_VARS += \
|
||||
BUILDTEST_MCU_GROUP \
|
||||
BUILDTEST_VERBOSE \
|
||||
CC \
|
||||
CC_NOCOLOR \
|
||||
CFLAGS \
|
||||
CPPMIX \
|
||||
CXX \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user