summaryrefslogtreecommitdiff
path: root/os/emscripten/README.md
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2021-10-03 16:20:05 +0200
committerGitHub <noreply@github.com>2021-10-03 16:20:05 +0200
commit3046a6ce39d755f50207a2c4a1235069a0eb23fb (patch)
treed3d6477b628b83765bd1b925b74c9d238eb21f63 /os/emscripten/README.md
parente404d16929991d1eddd9d37b859d3813be7e18ed (diff)
downloadopenttd-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.md2
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.