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