diff options
author | Patric Stout <truebrain@openttd.org> | 2021-10-03 16:20:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-03 16:20:05 +0200 |
commit | 3046a6ce39d755f50207a2c4a1235069a0eb23fb (patch) | |
tree | d3d6477b628b83765bd1b925b74c9d238eb21f63 /os/emscripten/README.md | |
parent | e404d16929991d1eddd9d37b859d3813be7e18ed (diff) | |
download | openttd-3046a6ce39d755f50207a2c4a1235069a0eb23fb.tar.xz |
Change: upgrade Emscripten to 2.0.31 and enable LZMA by default (#9604)
Diffstat (limited to 'os/emscripten/README.md')
-rw-r--r-- | os/emscripten/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/emscripten/README.md b/os/emscripten/README.md index 4c5d7508c..59f17c626 100644 --- a/os/emscripten/README.md +++ b/os/emscripten/README.md @@ -1,6 +1,6 @@ ## How to build with Emscripten -Building with Emscripten works with emsdk 2.0.10 and above. +Building with Emscripten works with emsdk 2.0.31 and above. Currently there is no LibLZMA support upstream; for this we suggest to apply the provided patch in this folder to your emsdk installation. |