fixup libjxl build

This commit is contained in:
2026-03-27 09:24:21 -05:00
parent d001965e71
commit bd2f457181
6 changed files with 37 additions and 29 deletions
-8
View File
@@ -2,14 +2,6 @@
# shellcheck disable=SC2120
determine_pkg_mgr() {
# sudo used externally
# shellcheck disable=SC2034
if is_windows || test "$(id -u)" -eq 0; then
SUDO=''
else
SUDO='sudo '
fi
# pkg-mgr update-cmd upgrade-cmd install-cmd check-cmd
# shellcheck disable=SC2016
local PKG_MGR_MAP='