[termux] testing support for termux v16

This commit is contained in:
synt-xerror
2026-03-14 02:47:58 -03:00
parent f816646b3b
commit 60cca88111

9
setup
View File

@@ -148,13 +148,8 @@ if [[ "$PREFIX" == *"com.termux"* ]]; then
install_deps "${deps[@]}"
log_info "Usando sharp via WebAssembly"
if node -e "require('@img/sharp-wasm32')" >/dev/null 2>&1; then
log_ok "sharp-wasm já instalado"
else
npm_config_cpu=wasm32 npm install @img/sharp-wasm32
fi
log_info "Instalando sharp"
run_cmd npm install --os=linux --foreground-scripts sharp
fi
# ------------------------