Files
filament/third_party/basisu/build_emscripten.sh
2022-04-06 09:02:18 -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