Skip to content

Commit

Permalink
Merge #345
Browse files Browse the repository at this point in the history
345: Fix broken link in `emscripten.sh`. r=Dylan-DPC a=reitermarkus



Co-authored-by: Markus Reiter <me@reitermark.us>
  • Loading branch information
bors[bot] and reitermarkus authored Nov 9, 2019
2 parents d611d31 + b5be2f2 commit f29f612
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 f29f612

Please sign in to comment.