We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e57126 commit 48a1563Copy full SHA for 48a1563
ChangeLog.md
@@ -32,6 +32,10 @@ See docs/process.md for more on how version tagging works.
32
33
4.0.9 - 05/19/25
34
----------------
35
+- cmake will not longer detect SDL2 or SDL3 as being present until they are
36
+ installed in the sysroot. This means that they now need to be installed,
37
+ either indirectly by running (e.g. by running `emcc -sUSE_SDL=2`) or dirctly
38
+ (e.g. by running `./embuilder build sdl2`). (#24306)
39
- libunwind was updated to LLVM 20.1.4. (#24251)
40
- When using cmake the EMSCRIPTEN_FORCE_COMPILERS setting was reverted to
41
being on by default due to issues that were found with disabling it. (#24223)
0 commit comments