Skip to content

Commit 0cb21d5

Browse files
authored
Don't include main.c in libSDL_mixer (#21322)
This was broken when sdl2_mixer was updated recently in in #21013. Fixes: #21321
1 parent 75b82ae commit 0cb21d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/test_browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3405,7 +3405,7 @@ def test_sdl2_misc_via_object(self):
34053405

34063406
@no_wasm64('SDL2 + wasm64')
34073407
@parameterized({
3408-
'dash_s': (['-sUSE_SDL=2', '-sUSE_SDL_MIXER=2'],),
3408+
'': (['-sUSE_SDL=2', '-sUSE_SDL_MIXER=2'],),
34093409
'dash_l': (['-lSDL2', '-lSDL2_mixer'],),
34103410
})
34113411
@requires_sound_hardware

tools/ports/sdl2_mixer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def create(final):
8383
exclude_files=[
8484
'playmus.c',
8585
'playwave.c',
86+
'main.c',
8687
],
8788
exclude_dirs=[
8889
'native_midi',

0 commit comments

Comments
 (0)