wangzhengquan
2020-08-10 dc5557c7bb411037002e706cb20df0f71d12e5ee
src/Makefile
@@ -26,7 +26,7 @@
PREFIX = $(ROOT)/build
ifeq ($(DEBUG),y)
  MYLIBS = $(LIBSQUEUE)
  MYLIBS = $(LIBSQUEUE) $(DLIBSQUEUE)
else
  MYLIBS = $(LIBSQUEUE) $(DLIBSQUEUE)
endif