Updated project.cfg with "-limg"

This commit is contained in:
KikooDX 2020-05-15 10:51:48 +02:00
parent a624194dec
commit aac279621e
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ INCLUDE := -I include
# Libraries. Add one -l option for each library you are using, and also
# suitable -L options if you have library files in custom folders. To use
# fxlib, add libfx.a to the project directory and use "-L . -lfx".
LIBS :=
LIBS := -limg
# Base linker flags for the fxSDK, you usually want to keep these.
LDFLAGS_FX := -T fx9860g.ld -lgint-fx $(LIBS) -lgint-fx -lgcc