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 &&