From cc6bec3330c29cc29f54d3e3d919d510f0197641 Mon Sep 17 00:00:00 2001 From: wzq <wzq@localhost.localdomain> Date: 星期六, 22 八月 2020 19:35:42 +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