We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e57126 commit 7602913Copy full SHA for 7602913
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 (e.g. by running any emcc command with `-sUSE_SDL=2`) or
38
+ directly (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