Skip to content

Commit

Permalink
Bump emscripten version in CONTRIBUTE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dapetcu21 committed Jun 14, 2020
1 parent b1737ee commit 22ff27d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ make -f Makefile.android ANDROID_NDK=/path/to/android-ndk-r17c

### HTML5

[Install and activate Emscripten](http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html) 1.39.16:
[Install and activate Emscripten](http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html) 1.39.17:

```
git clone https://github.com/juj/emsdk.git
cd emsdk
./emsdk install sdk-1.39.16-64bit
./emsdk activate sdk-1.39.16-64bit
./emsdk install sdk-1.39.17-64bit
./emsdk activate sdk-1.39.17-64bit
source ./emsdk_env.sh
```

Expand Down

0 comments on commit 22ff27d

Please sign in to comment.