Skip to content

Commit 48a1563

Browse files
committed
Mention SDL2/SDL3 changes (#24306) in ChangeLog. NFC
1 parent 9e57126 commit 48a1563

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ See docs/process.md for more on how version tagging works.
3232

3333
4.0.9 - 05/19/25
3434
----------------
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)
3539
- libunwind was updated to LLVM 20.1.4. (#24251)
3640
- When using cmake the EMSCRIPTEN_FORCE_COMPILERS setting was reverted to
3741
being on by default due to issues that were found with disabling it. (#24223)

0 commit comments

Comments
 (0)