Remove libarchive completely

This commit is contained in:
msqr1
2024-06-02 18:48:02 -07:00
parent 35a3e4ef66
commit 2e6e8800dc
2 changed files with 0 additions and 2 deletions

View File

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

1
test
View File

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