From 00dba6082e245d917cb7d6eed3c627211ff41cd7 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期五, 25 九月 2020 15:53:21 +0800 Subject: [PATCH] update --- src/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Makefile b/src/Makefile index df65135..9f399e1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -26,7 +26,7 @@ PREFIX = $(ROOT)/build ifeq ($(DEBUG),y) - MYLIBS = $(LIBSQUEUE) $(DLIBSQUEUE) + MYLIBS = $(LIBSQUEUE) else MYLIBS = $(LIBSQUEUE) $(DLIBSQUEUE) endif -- Gitblit v1.8.0