From c13631567272331ccf16383867ee28b7c87cbc5e Mon Sep 17 00:00:00 2001 From: CompSciOrBust <54033033+CompSciOrBust@users.noreply.github.com> Date: Wed, 23 Oct 2019 22:15:21 +0100 Subject: [PATCH] Update Makefile Added libs for CURL --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df97b7d..476b47d 100644 --- a/Makefile +++ b/Makefile @@ -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