From 605fb594c15b5f7eabd0184cb96d8b419434a2df Mon Sep 17 00:00:00 2001 From: Bruno-chanrio Date: Sat, 27 Jul 2024 17:38:05 -0300 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7273aee9..1d387df8 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map #--------------------------------------------------------------------------------- # any extra libraries we wish to link with the project #--------------------------------------------------------------------------------- -LIBS := -lSDL_mixer -lSDL -lSDLmain -lvorbisfile -lvorbis -logg -lmodplug -lmad -laesnd -ldi -lfat -lwiikeyboard -logc -lwiiuse -lbte -lm +LIBS := -lSDL2_mixer -lSDL2 -lSDL2main -lvorbisfile -lvorbis -logg -lmodplug -lmad -laesnd -ldi -lfat -lwiikeyboard -logc -lwiiuse -lbte -lm #--------------------------------------------------------------------------------- # list of directories containing libraries, this must be the top level containing