Update emscripten to latest

This commit is contained in:
Alex Crichton 2017-08-27 08:37:15 -07:00
parent 4c90a7350e
commit 5822645eb8
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ curl -L https://s3.amazonaws.com/mozilla-games/emscripten/releases/emsdk-portabl
cd /emsdk-portable
./emsdk update
hide_output ./emsdk install sdk-1.37.14-64bit
./emsdk activate sdk-1.37.14-64bit
hide_output ./emsdk install sdk-1.37.20-64bit
./emsdk activate sdk-1.37.20-64bit
# Compile and cache libc
source ./emsdk_env.sh