From 3539130ebdfd90ca9273718c95e20d695e25a0df Mon Sep 17 00:00:00 2001 From: MasaGratoR Date: Wed, 25 Jan 2023 02:53:24 +0100 Subject: [PATCH] Remove zstd from libs --- Plugin/nso.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin/nso.mk b/Plugin/nso.mk index 26f3483..04976c3 100644 --- a/Plugin/nso.mk +++ b/Plugin/nso.mk @@ -44,7 +44,7 @@ CXXFLAGS := $(CFLAGS) -std=gnu++20 -fpermissive -fno-rtti -fomit-frame-pointer - ASFLAGS := -g $(ARCH) LDFLAGS = -specs=../switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map),--version-script=$(TOPDIR)/exported.txt -Wl,-init=__custom_init -Wl,-fini=__custom_fini -Wl,--export-dynamic -nodefaultlibs -LIBS := -lstdc++ -u malloc -lzstd +LIBS := -lstdc++ -u malloc #--------------------------------------------------------------------------------- # list of directories containing libraries, this must be the top level containing