From 8bddc5622ccfee20ce0aef2223e79372689beb46 Mon Sep 17 00:00:00 2001 From: Somebody Whoisbored <13044396+shadowninja108@users.noreply.github.com> Date: Sat, 18 Jun 2022 18:36:17 -0700 Subject: [PATCH] Remove libnx link --- MakefileNSO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MakefileNSO b/MakefileNSO index 969473f..43b1f34 100644 --- a/MakefileNSO +++ b/MakefileNSO @@ -51,7 +51,7 @@ CXXFLAGS := $(CFLAGS) -fno-rtti -fomit-frame-pointer -fno-exceptions -fno-asynch ASFLAGS := -g $(ARCH) LDFLAGS = -specs=../switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map) -Wl,--version-script=$(TOPDIR)/exported.txt -Wl,-init=__custom_init -Wl,-fini=__custom_fini -nostdlib -LIBS := -lnx +LIBS := #--------------------------------------------------------------------------------- # list of directories containing libraries, this must be the top level containing