add libsnappy/lcms2 to enable and reformat BUILDS_CONF

This commit is contained in:
2026-03-27 20:44:06 -05:00
parent 4092e0f215
commit 8597ca6088
3 changed files with 81 additions and 75 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ echo_wrapper() {
echo -e "${args[@]}" "${color}${word:-''}${endColor}" "$@"
}
echo_fail() { color="${RED}" word="FAIL" echo_wrapper "$@"; }
echo_fail() { color="${RED}" word="FAIL" echo_wrapper "$@" 1>&2; }
echo_info() { color="${CYAN}" word="INFO" echo_wrapper "$@"; }
echo_pass() { color="${GREEN}" word="PASS" echo_wrapper "$@"; }
echo_warn() { color="${YELLOW}" word="WARN" echo_wrapper "$@"; }