[termux] testing support for termux v15

This commit is contained in:
synt-xerror
2026-03-14 02:43:29 -03:00
parent ef2c979fba
commit b67007bc13

2
setup
View File

@@ -153,7 +153,7 @@ if [[ "$PREFIX" == *"com.termux"* ]]; then
if node -e "require('@img/sharp-wasm32')" >/dev/null 2>&1; then if node -e "require('@img/sharp-wasm32')" >/dev/null 2>&1; then
log_ok "sharp-wasm já instalado" log_ok "sharp-wasm já instalado"
else else
npm install --cpu=wasm32 @img/sharp-wasm32 npm_config_cpu=wasm32 npm install @img/sharp-wasm32
fi fi
fi fi