From b67007bc13f7783c65c8f13999b6768efa524113 Mon Sep 17 00:00:00 2001 From: synt-xerror <169557594+synt-xerror@users.noreply.github.com> Date: Sat, 14 Mar 2026 02:43:29 -0300 Subject: [PATCH] [termux] testing support for termux v15 --- setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup b/setup index 8f38fd9..b6df1cc 100755 --- a/setup +++ b/setup @@ -153,7 +153,7 @@ if [[ "$PREFIX" == *"com.termux"* ]]; then if node -e "require('@img/sharp-wasm32')" >/dev/null 2>&1; then log_ok "sharp-wasm já instalado" else - npm install --cpu=wasm32 @img/sharp-wasm32 + npm_config_cpu=wasm32 npm install @img/sharp-wasm32 fi fi