mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +01:00
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…
Reference in New Issue
Block a user