From 4150765c148e1c5da6bbe53e69c9bfbd24955c19 Mon Sep 17 00:00:00 2001 From: KikooDX Date: Mon, 18 May 2020 10:47:40 +0200 Subject: [PATCH] [project.cfg] removed -limg-cg flag --- project.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.cfg b/project.cfg index eae7586..c85bfb3 100644 --- a/project.cfg +++ b/project.cfg @@ -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 := -limg-cg +LIBS := # Base linker flags for the fxSDK, you usually want to keep these. LDFLAGS_FX := -T fx9860g.ld -lgint-fx $(LIBS) -lgint-fx -lgcc