Skip to content

Commit a5f7b1c

Browse files
authored
Fix sdl2_mixer_mp3 build after recent LLVM change (#17634)
This doesn't get caught by the rollers because I guess we don't do `./embuilder build ALL` there, and we don't have test for this particular flavor of sdl2_mixer.
1 parent 9e7a17c commit a5f7b1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/ports/sdl2_mixer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def create(final):
5757

5858
if "mp3" in settings.SDL2_MIXER_FORMATS:
5959
flags += [
60+
'-Wno-incompatible-function-pointer-types',
6061
'-sUSE_MPG123=1',
6162
'-DMUSIC_MP3_MPG123',
6263
]

0 commit comments

Comments
 (0)