mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
wasm: turn off the vectorization.
We can visit this feature later when it's stable.
This commit is contained in:
parent
d82b088b7a
commit
2ceee70fcf
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ fi
|
||||||
|
|
||||||
if [ ! -d "./builddir_wasm" ]; then
|
if [ ! -d "./builddir_wasm" ]; then
|
||||||
sed "s|EMSDK:|$1|g" wasm_cross.txt > /tmp/.wasm_cross.txt
|
sed "s|EMSDK:|$1|g" wasm_cross.txt > /tmp/.wasm_cross.txt
|
||||||
meson -Dbindings=[''] -Db_lto=true -Ddefault_library=static -Dlog=true --cross-file /tmp/.wasm_cross.txt builddir_wasm
|
meson -Dbindings=[''] -Db_lto=true -Ddefault_library=static -Dvector=false -Dlog=true --cross-file /tmp/.wasm_cross.txt builddir_wasm
|
||||||
cp ./test/wasm_test.html builddir_wasm/src/index.html
|
cp ./test/wasm_test.html builddir_wasm/src/index.html
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue