diff options
author | 2025-02-06 08:45:34 +0100 | |
---|---|---|
committer | 2025-02-06 08:45:34 +0100 | |
commit | c1bddc67a1c66c932fad038913ca49bbcc34b059 (patch) | |
tree | d0006d5df8422394fc73af699ae8805cfe80882b /docs/source/initialsetup | |
parent | 11cd46119a8d8fb0963011bf8a0f0affce317eda (diff) |
emscripten: fixes to get bgfx working (#13255)
* Emscripten: Fixes to get BGFX working
* Move emscripten specific setup into an #elif statement
* Fix indentation
* emscripten: remove no longer link option DEMANGLE_SUPPORT
Diffstat (limited to 'docs/source/initialsetup')
-rw-r--r-- | docs/source/initialsetup/compilingmame.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/initialsetup/compilingmame.rst b/docs/source/initialsetup/compilingmame.rst index 042a7fbbd85..cecb7d49d19 100644 --- a/docs/source/initialsetup/compilingmame.rst +++ b/docs/source/initialsetup/compilingmame.rst @@ -353,7 +353,7 @@ above in All Platforms. Emscripten Javascript and HTML ------------------------------ -First, download and install Emscripten 2.0.25 or later by following the +First, download and install Emscripten 3.1.35 or later by following the instructions at the `official site <https://emscripten.org/docs/getting_started/downloads.html>`_. Once Emscripten has been installed, it should be possible to compile MAME |