Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Added libs for CURL
  • Loading branch information
CompSciOrBust committed Oct 23, 2019
1 parent 2ad20b3 commit c136315
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 @@ -62,7 +62,7 @@ CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)

LIBS := -lfreetype -lSDL2_ttf `sdl2-config --libs` `freetype-config --libs`
LIBS := -lfreetype -lSDL2_ttf `sdl2-config --libs` `freetype-config --libs` -lcurl -lz -lmbedtls -lmbedcrypto -lmbedx509 -lnx

#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
Expand Down

0 comments on commit c136315

Please sign in to comment.