From 07431e313996ca11330cd29edaa99fb97a9e3b96 Mon Sep 17 00:00:00 2001 From: heck Date: Fri, 6 Sep 2024 23:37:16 +0200 Subject: [PATCH] -lglm_shared --- Makefile.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.conf b/Makefile.conf index ee8e5d0..cfc5b10 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -45,7 +45,7 @@ LIBS+=-lpthread LIBS+=-lm LIBS+=-lglfw LIBS+=-lVulkan -LIBS+=-lglm_shared +#LIBS+=-lglm_shared LIBS+=-lheck_log LDFLAGS+=$(LIBS)