From a1aa2ee651ce1c06b97c047b74dc4daff76995f2 Mon Sep 17 00:00:00 2001 From: Levon Gevorgyan Date: Fri, 8 Aug 2025 17:15:33 -0500 Subject: [PATCH] welp --- lib/build.sh | 3 ++- lib/common.sh | 1 - lib/install_deps.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/build.sh b/lib/build.sh index 0b7cab6..ba12b94 100644 --- a/lib/build.sh +++ b/lib/build.sh @@ -132,7 +132,7 @@ set_compile_opts() { --extra-cxxflags="${CXX_FLAGS[*]}" --extra-ldflags="${LDFLAGS[*]}" ) - # dump_arr FFMPEG_EXTRA_FLAGS + dump_arr FFMPEG_EXTRA_FLAGS # shellcheck disable=SC2178 RUSTFLAGS="${RUSTFLAGS[*]}" @@ -152,6 +152,7 @@ set_compile_opts() { fi FB_COMPILE_OPTS_SET=1 + echo } get_build_conf() { diff --git a/lib/common.sh b/lib/common.sh index 84333de..708fa83 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -27,7 +27,6 @@ echo_if_fail() { # set trace to the cmdEvalTrace and open file descriptor local cmdEvalTrace="${TMP_DIR}/.cmdEvalTrace-${RANDOM}" - touch "${cmdEvalTrace}" || ${SUDO} rm -rf "${TMP_DIR}" test -d "${TMP_DIR}" || mkdir -p "${TMP_DIR}" exec 5>"${cmdEvalTrace}" export BASH_XTRACEFD=5 diff --git a/lib/install_deps.sh b/lib/install_deps.sh index 33d43ae..27adf53 100644 --- a/lib/install_deps.sh +++ b/lib/install_deps.sh @@ -43,7 +43,7 @@ print_req_pkgs() { local common_pkgs=( autoconf automake cmake libtool texinfo nasm yasm python3 wget - meson doxygen jq ccache gawk + meson doxygen jq ccache gawk git ) # shellcheck disable=SC2034 local brew_pkgs=(