Skip to content

Commit

Permalink
Fix emscripten version instead of latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacsv committed Jun 25, 2022
1 parent 3f6619f commit 3e6316e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/setup_emscripten_win.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ pushd %~dp0\..

call git clone https://github.com/emscripten-core/emsdk.git
call cd emsdk
call emsdk install latest
call emsdk activate latest
call emsdk install 3.1.14
call emsdk activate 3.1.14
call emsdk install mingw-4.6.2-32bit
call emsdk activate mingw-4.6.2-32bit
call cd ..
Expand Down

0 comments on commit 3e6316e

Please sign in to comment.