Sign in
skia
/
external
/
github.com
/
BinomialLLC
/
basis_universal
/
0bd9dadd72fbd93b92dee128e7ae7a200728e05f
/
.
/
build_emscripten.sh
blob: 7b0cfb7e2c5050a2f1303146d56f59dc5035edd6 [
file
]
#!/bin/sh
if
!
emcc
--
version
then
echo
"Emscripten not found on PATH. Please follow instructions on https://emscripten.org/docs/getting_started/downloads.html"
exit
fi
emcmake cmake
.
emcmake make