Skip to content

Commit

Permalink
[Switch] fix webp and opus dependencies for latest toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
rsn8887 committed Sep 15, 2019
1 parent 6feac5b commit 246d922
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Makefile
Expand Up @@ -129,13 +129,16 @@ SYS_LDFLAGS = $(SYS_CFLAGS) \
-lm \
-lvorbisidec \
-logg \
-lopusfile \
-lopus \
-lmodplug \
-lmpg123 \
-lflac \
-ljpeg \
-lfreetype \
-lc \
-lpng16 \
-lwebp \
-lz \
-lstdc++
AR = $(PREFIX)-ar
Expand Down

0 comments on commit 246d922

Please sign in to comment.