Update emscripten, take 2

This commit is contained in:
Thomas Lively
2019-08-19 14:40:46 -07:00
parent b58457239b
commit af28a4bdbf
+2 -2
View File
@@ -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.40-64bit
./emsdk activate sdk-1.38.40-64bit
hide_output ./emsdk install 1.38.37
./emsdk activate 1.38.37
# Compile and cache libc
# shellcheck disable=SC1091