add cmake/meson_build funcs

This commit is contained in:
2025-11-02 13:46:28 -06:00
parent 636c6a0ff8
commit 96ec4b6566
2 changed files with 109 additions and 117 deletions

View File

@@ -74,8 +74,8 @@ echo_if_fail() {
echo_fail "command failed:"
printf "%s\n" "${cmd[@]}"
echo_warn "command output:"
tail -n 10 "${out}"
tail -n 10 "${err}"
tail -n 20 "${out}"
tail -n 20 "${err}"
echo
fi
if [[ -z ${LOGNAME} ]]; then