From dc5c93eff63c45c94b0b8f53f064c6ecba77e43d Mon Sep 17 00:00:00 2001 From: Epicpkmn11 Date: Fri, 1 Nov 2019 23:26:09 -0500 Subject: [PATCH] Remove `-lmad` from Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b0e0058..0056b14 100644 --- a/Makefile +++ b/Makefile @@ -106,7 +106,7 @@ CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -std=gnu++17 ASFLAGS := -g $(ARCH) LDFLAGS = -specs=3dsx.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map) -LIBS := -lcurl -lmbedtls -lmbedx509 -lmbedcrypto -larchive -lbz2 -llzma -lm -lz -lcitro2d -lcitro3d -lmad -lctru -lstdc++ +LIBS := -lcurl -lmbedtls -lmbedx509 -lmbedcrypto -larchive -lbz2 -llzma -lm -lz -lcitro2d -lcitro3d -lctru -lstdc++ #--------------------------------------------------------------------------------- # list of directories containing libraries, this must be the top level containing