blob: 7b0cfb7e2c5050a2f1303146d56f59dc5035edd6 [file] [log] [blame]
#!/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