Skip to content

Commit

Permalink
Fix broken link in emscripten.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Nov 9, 2019
1 parent d611d31 commit b5be2f2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/emscripten.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ main() {
done

cd /
curl -L https://s3.amazonaws.com/mozilla-games/emscripten/releases/emsdk-portable.tar.gz | \
tar -xz
git clone https://github.com/emscripten-core/emsdk.git /emsdk-portable
cd /emsdk-portable

export HOME=/emsdk-portable/

./emsdk update
./emsdk install sdk-1.38.15-64bit
./emsdk activate sdk-1.38.15-64bit

Expand Down

0 comments on commit b5be2f2

Please sign in to comment.