Skip to content

Commit

Permalink
fix compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAaronLopezGarcia committed Jul 10, 2023
1 parent 2004a72 commit 33f8c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/updater/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CFLAGS = -std=c99 -Os -G0 -Wall
INCDIR = $(ARKROOT)/common/include
LIBDIR = $(ARKROOT)/libs

LIBS = -lpspsystemctrl_user -lansic
LIBS = -lpspsystemctrl_user -lkubridge

CXXFLAGS = $(CFLAGS)
ASFLAGS = $(CFLAGS)
Expand Down

0 comments on commit 33f8c7b

Please sign in to comment.