From 1e2dcc892b4cb0ccd9fe1bed5d41c0db174ff691 Mon Sep 17 00:00:00 2001 From: hev Date: Thu, 13 Feb 2025 21:53:04 +0800 Subject: [PATCH] Build: Pass external LFLAGS. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6041318..bf40a72 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ CCFLAGS=-O3 -pipe -Wall -Werror $(CFLAGS) \ -I$(THIRDPARTDIR)/hev-task-system/include \ -I$(THIRDPARTDIR)/hev-task-system/src/lib/rbtree LDFLAGS=-L$(THIRDPARTDIR)/hev-task-system/bin -lhev-task-system \ - -lpthread + -lpthread $(LFLAGS) SRCDIR=src BINDIR=bin