From f34cb2cf5ad9bae0238530e595236033b665dae1 Mon Sep 17 00:00:00 2001
From: namark <namark@disroot.org>
Date: Tue, 20 Jul 2021 01:45:43 +0400
Subject: [PATCH] Local library linkage configuration file support

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 7474307..3d2589e 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ CXXFLAGS	+= -MMD -MP
 CXXFLAGS	+= $(shell cat .cxxflags 2> /dev/null | xargs)
 CXXFLAGS	+= -I./include
 LDFLAGS		+= $(shell cat .ldflags 2> /dev/null | xargs)
+LDLIBS		+= $(shell cat .ldlibs 2> /dev/null | xargs)
 ifneq ($(strip $(WEB)),)
 LIBDIR	:= ./lib/web
 CXXFLAGS	+= -s USE_SDL=2
-- 
GitLab