Bump emscripten to 3.1.69

This commit is contained in:
msqr1
2024-10-11 23:43:49 -07:00
parent 2219fde8d0
commit bf515e53e3
6 changed files with 6 additions and 6 deletions

4
test
View File

@@ -24,8 +24,8 @@ if [ "$EMSDK" = emsdk ] && [ ! -d "$EMSDK" ]; then
echo "Installing emsdk + Emscripten..."
git clone --depth=1 https://github.com/emscripten-core/emsdk.git ../emsdk &&
cd ../emsdk &&
./emsdk install 3.1.68 &&
./emsdk activate 3.1.68
./emsdk install 3.1.69 &&
./emsdk activate 3.1.69
fi
. $(realpath "$EMSDK")/emsdk_env.sh &&
export PATH=:$PATH:$(realpath "$EMSDK")/upstream/bin