Files
dl/third/ktx/external/basisu/build_emscripten.sh
T
2026-09-16 14:07:40 +08:00

10 lines
201 B
Bash
Vendored

#!/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