From 2e6e8800dc9c3e1a9bcae3b5dd275695bcdf9a5c Mon Sep 17 00:00:00 2001 From: msqr1 Date: Sun, 2 Jun 2024 18:48:02 -0700 Subject: [PATCH] Remove libarchive completely --- src/make | 1 - test | 1 - 2 files changed, 2 deletions(-) diff --git a/src/make b/src/make index 1c21f32..4887c40 100755 --- a/src/make +++ b/src/make @@ -81,5 +81,4 @@ cp Vosklet.js examples/Vosklet.js && # Can't serve files from raw.githubusercontent with Content-Encoding: gzip header so the browser won't decompress automatically. Manually decompressing instead. sed -i 's/res.body/new Response(res.body.pipeThrough(new DecompressionStream("gzip"))).body/' examples/Vosklet.js && -rm -rf /tmp/libarchive rm -rf /tmp/openfst \ No newline at end of file diff --git a/test b/test index f7ba1de..bdd791a 100755 --- a/test +++ b/test @@ -33,7 +33,6 @@ export PATH=:$PATH:$(realpath $EMSDK)/upstream/bin KALDI=$(realpath kaldi) VOSK=$(realpath vosk) OPENFST=$(realpath openfst) -LIBARCHIVE=$(realpath libarchive) CLAPACK_WASM=$(realpath clapack-wasm) cd src &&