From 43772d946607e49740bb3cc3c96e3c3fa76cf4d5 Mon Sep 17 00:00:00 2001 From: Niko Date: Sun, 10 Feb 2019 14:17:17 -0500 Subject: [PATCH] attempt #5 --- graphics/opengl/PBR_Model_Loader/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/opengl/PBR_Model_Loader/Makefile b/graphics/opengl/PBR_Model_Loader/Makefile index f6febab..d080e8d 100644 --- a/graphics/opengl/PBR_Model_Loader/Makefile +++ b/graphics/opengl/PBR_Model_Loader/Makefile @@ -57,7 +57,7 @@ CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions ASFLAGS := -g $(ARCH) LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map) -LIBS := -lnx -lglad -lEGL -lglapi -ldrm_nouveau -lnx -lm +LIBS := -lglad -lEGL -lglapi -ldrm_nouveau -lnx -lm #--------------------------------------------------------------------------------- # list of directories containing libraries, this must be the top level containing