Skip to content

Commit

Permalink
Adapt to upstream change: SDL2_mixer has libmodplug as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
backwardsEric authored and NickMcConnell committed Nov 19, 2024
1 parent 6e3197f commit 6260d31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile.msys2.sdl2
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ SOUND_sdl2_cflags := \
SOUND_sdl2_ldflags := \
$(shell sdl2-config --libs) \
-lSDL2_mixer \
-lmodplug \
-lmpg123 \
-lopusfile \
-lopus \
Expand Down

0 comments on commit 6260d31

Please sign in to comment.