Skip to content
Snippets Groups Projects
Commit a5a5a90e authored by Thomas Lively's avatar Thomas Lively
Browse files

Update emscripten version

parent 13175a81
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,8 @@ curl --retry 5 -L https://s3.amazonaws.com/mozilla-games/emscripten/releases/ems
cd /emsdk-portable
./emsdk update
hide_output ./emsdk install sdk-1.38.15-64bit
./emsdk activate sdk-1.38.15-64bit
hide_output ./emsdk install sdk-1.38.40-64bit
./emsdk activate sdk-1.38.40-64bit
# Compile and cache libc
# shellcheck disable=SC1091
......@@ -53,4 +53,3 @@ chmod a+rxw -R /emsdk-portable
cd /
curl --retry 5 -L https://nodejs.org/dist/v12.3.1/node-v12.3.1-linux-x64.tar.xz | \
tar -xJ
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment