Files
basis_universal/build_emscripten.sh
2020-10-07 19:13:04 -07:00

10 lines
201 B
Bash
Executable 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