Skip to content

Commit

Permalink
fix issue on text replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps committed Feb 22, 2024
1 parent d6f0761 commit ab4d2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ EE_OBJS = main.o config.o elf.o draw.o loader_elf.o filer.o \
EE_INCS := -I$(PS2DEV)/gsKit/include -I$(PS2SDK)/ports/include -Iiop/oldlibs/libcdvd/ee -Iinclude

EE_LDFLAGS := -L$(PS2DEV)/gsKit/lib -L$(PS2SDK)/ports/lib -Liop/oldlibs/libcdvd/lib -s
EE_LIBS = -lgskit -ldmakit -ljpeg -lmc -lhdd -lcdvdfs -lkbd -lmf \
EE_LIBS = -lgskit -ldmakit -ljpeg -lmc -lhdd -lcdvd -lkbd -lmf \
-lcdvd -lc -lfileXio -lpatches -lpoweroff -ldebug
EE_CFLAGS := -mgpopt -G10240 -G0 -DNEWLIB_PORT_AWARE -D_EE

Expand Down

0 comments on commit ab4d2ce

Please sign in to comment.