FlagBrew / TeamListFiller

Tool to fill VGC18 Team Lists from the 3DS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing bzip2 library reference

timcrockford opened this issue · comments

Tried to compile this today and it seems that Freetype has a dependancy on bzip2. Adding "-lbz2" to LIBS seems to correct the problem. This is compiling using the latest release of devKitPro on Pacman.

LIBS := -lfreetype -lpng -lz -lcitro3d -lctru -lm -lbz2