Remove libarchive completely
This commit is contained in:
1
src/make
1
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.
|
# 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 &&
|
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
|
rm -rf /tmp/openfst
|
||||||
1
test
1
test
@@ -33,7 +33,6 @@ export PATH=:$PATH:$(realpath $EMSDK)/upstream/bin
|
|||||||
KALDI=$(realpath kaldi)
|
KALDI=$(realpath kaldi)
|
||||||
VOSK=$(realpath vosk)
|
VOSK=$(realpath vosk)
|
||||||
OPENFST=$(realpath openfst)
|
OPENFST=$(realpath openfst)
|
||||||
LIBARCHIVE=$(realpath libarchive)
|
|
||||||
CLAPACK_WASM=$(realpath clapack-wasm)
|
CLAPACK_WASM=$(realpath clapack-wasm)
|
||||||
|
|
||||||
cd src &&
|
cd src &&
|
||||||
|
|||||||
Reference in New Issue
Block a user