Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
brunochanrio authored Jul 27, 2024
1 parent edfb4c8 commit 605fb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 605fb59

Please sign in to comment.