From 0c0f9f36e28bd5302cc3197660c95254bc03dcef Mon Sep 17 00:00:00 2001 From: Maschell Date: Tue, 14 May 2019 22:29:28 +0200 Subject: [PATCH] Add missing libs for linking to fix compiling --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 763cb6a..e026497 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ MAKEFLAGS += --no-print-directory #--------------------------------------------------------------------------------- # any extra libraries we wish to link with the project #--------------------------------------------------------------------------------- -LIBS := -lgui -lm -lgcc -lfat -liosuhax -lutils -ldynamiclibs -lfreetype -lgd -lpng -ljpeg -lz -lmad -lvorbisidec +LIBS := -lgui -lm -lgcc -lfat -liosuhax -lutils -ldynamiclibs -lfreetype -lgd -lpng -ljpeg -lz -lmad -lvorbisidec -logg -lbz2 #--------------------------------------------------------------------------------- # list of directories containing libraries, this must be the top level containing