scripts/build: fix invalid color

This commit is contained in:
MilhouseVH 2018-11-21 12:43:41 +00:00 committed by Ian Leonard
parent 87c0981b28
commit 4b0a3215db

View File

@ -264,7 +264,7 @@ if [ -z "$PKG_TOOLCHAIN" -o "$PKG_TOOLCHAIN" = "auto" ]; then
_auto_toolchain=" (auto-detect)"
fi
if ! listcontains "meson cmake cmake-make configure ninja make autotools manual" "$PKG_TOOLCHAIN"; then
die "$(print_color bold-red "ERROR:") unknown toolchain $PKG_TOOLCHAIN"
die "$(print_color "CLR_ERROR" "ERROR:") unknown toolchain $PKG_TOOLCHAIN"
fi
build_msg "CLR_TOOLCHAIN" "TOOLCHAIN" "${PKG_TOOLCHAIN}${_auto_toolchain}"