mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
scripts/build: fix invalid color
This commit is contained in:
parent
87c0981b28
commit
4b0a3215db
@ -264,7 +264,7 @@ if [ -z "$PKG_TOOLCHAIN" -o "$PKG_TOOLCHAIN" = "auto" ]; then
|
|||||||
_auto_toolchain=" (auto-detect)"
|
_auto_toolchain=" (auto-detect)"
|
||||||
fi
|
fi
|
||||||
if ! listcontains "meson cmake cmake-make configure ninja make autotools manual" "$PKG_TOOLCHAIN"; then
|
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
|
fi
|
||||||
build_msg "CLR_TOOLCHAIN" "TOOLCHAIN" "${PKG_TOOLCHAIN}${_auto_toolchain}"
|
build_msg "CLR_TOOLCHAIN" "TOOLCHAIN" "${PKG_TOOLCHAIN}${_auto_toolchain}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user