You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove SDL2_mixer from emscripten builds to fix compilation failure.
The emscripten-ports/SDL2_mixer repository was archived in Jan 2024
and has unfixable compilation warnings in music_modplug.c. The port
system internally enforces -sSTRICT -Werror which cannot be
overridden by user flags like -sSTRICT=0.
SDL2 (without mixer) still provides graphics support for games like
Doom and Quake. Audio mixing is optional functionality.
0 commit comments