Skip to content

Commit

Permalink
switch: makefile: add -lharfbuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
vgmoose committed Mar 16, 2024
1 parent 42c497d commit fb2b5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/Makefile.switch
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CFLAGS += $(INCLUDE) -DSWITCH -D__LIBNX__ -DUSE_FILE32API -DNOSTYLUS -D_XOPEN_SO

LDFLAGS += -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)

LIBS += -lcurl -lEGL -lGLESv2 -lglapi -ldrm_nouveau -lwebp -lnx -lmodplug -lopusfile -lvorbisidec -lopus -logg -lmpg123 -lSDL2
LIBS += -lcurl -lEGL -lGLESv2 -lglapi -ldrm_nouveau -lwebp -lnx -lharfbuzz -lmodplug -lopusfile -lvorbisidec -lopus -logg -lmpg123 -lSDL2

BUILD := build_switch
LIBDIRS := $(PORTLIBS) $(LIBNX)
Expand Down

0 comments on commit fb2b5cc

Please sign in to comment.