From 328b7e6cd3cb4ce0a0866b2d93417b480f6c57b0 Mon Sep 17 00:00:00 2001 From: whmuren Date: Mon, 2 Sep 2024 09:04:11 +0000 Subject: [PATCH] =?UTF-8?q?update=2000-first-demo.md.=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=8F=82=E4=B8=8E=E7=BC=96=E8=AF=91=E7=9A=84=E5=8A=A8=E6=80=81?= =?UTF-8?q?=E5=BA=93=EF=BC=9A-ltbox=5Fcoroutine?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: whmuren --- 00-first-demo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00-first-demo.md b/00-first-demo.md index 4dda9ba..d2d3a35 100644 --- a/00-first-demo.md +++ b/00-first-demo.md @@ -6,7 +6,7 @@ TARGET:=demo CXXFLAGS:=-I$(HOME)/.tbox/include LDFLAGS:=-L$(HOME)/.tbox/lib -rdynamic -LIBS:=-ltbox_main -ltbox_trace -ltbox_terminal -ltbox_network -ltbox_eventx -ltbox_event -ltbox_log -ltbox_util -ltbox_base -lpthread -ldl +LIBS:=-ltbox_main -ltbox_trace -ltbox_terminal -ltbox_network -ltbox_eventx -ltbox_event -ltbox_log -ltbox_util -ltbox_base -ltbox_coroutine -lpthread -ldl $(TARGET): g++ -o $(TARGET) $(LDFLAGS) $(LIBS) -- Gitee