Skip to content

Commit

Permalink
Remove SDL2_net dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
gabordemooij committed Dec 9, 2023
1 parent 8d93a56 commit bdd5b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/media/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ install-libctrmedia.so: libctrmedia.so
install libctrmedia.so ../../mods/media/

libctrmedia.so: media.o
cc ${LDFLAGS} -lSDL2 -lSDL2_image -lSDL2_ttf -lSDL2_mixer -lSDL2_net -o libctrmedia.so media.o
cc ${LDFLAGS} -lSDL2 -lSDL2_image -lSDL2_ttf -lSDL2_mixer -o libctrmedia.so media.o

media.o:
cc -I . -c media.c -I /usr/include/SDL -I ../../i18n/${ISO} -I i18n/${ISO} -Wall -Werror -fPIC -o media.o
Expand Down

0 comments on commit bdd5b57

Please sign in to comment.