Skip to content

Commit

Permalink
Fix debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
xerpi committed Aug 6, 2018
1 parent e633c34 commit 8d4d379
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 @@ -9,7 +9,7 @@ DEBUG ?= 0
ifeq ($(DEBUG), 1)
OBJS += log.o draw.o font_data.o
CFLAGS += -DDEBUG
LIBS += -lSceIofilemgrForDriver_stub
LIBS += -lSceSysclibForDriver_stub -lSceIofilemgrForDriver_stub
endif

PREFIX = arm-vita-eabi
Expand Down

0 comments on commit 8d4d379

Please sign in to comment.