Build: Pass external LFLAGS.

This commit is contained in:
hev
2025-02-13 21:53:04 +08:00
parent 61a7ac589e
commit 1e2dcc892b

View File

@@ -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