Update the emscripten instructions

More info at:
https://wiki.libsdl.org/SDL2/README-emscripten#building-sdlemscripten

Change-Id: Iaec18c6f540d0753ef07327f4a7ecde7d86cea12
This commit is contained in:
Vincent Rabaud
2025-11-13 22:21:08 +01:00
parent 2760d87827
commit acedec6860

View File

@@ -19,7 +19,7 @@ Emscripten and CMake.
- configure the project 'WEBP_JS' with CMake using:
```shell
cd webp_js && \
cd webp_js && embuilder build sdl2 && \
emcmake cmake -DWEBP_BUILD_WEBP_JS=ON ../
```