From b3de488c975411b281de2c7caff9c70814c0aaa7 Mon Sep 17 00:00:00 2001 From: hevake_lcj Date: Tue, 19 Jul 2022 17:40:11 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E4=B8=8D=E5=BC=80=E5=90=AFth?= =?UTF-8?q?ird=5Fparty/=E4=B8=ADmosquitto,libevent,libev,cJSON=E5=BA=93?= =?UTF-8?q?=EF=BC=8C=E8=BF=99=E4=BA=9B=E4=B8=8D=E6=98=AF=E5=BF=85=E9=9C=80?= =?UTF-8?q?=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- third_party/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/third_party/Makefile b/third_party/Makefile index 4fa9e8a..d675d30 100644 --- a/third_party/Makefile +++ b/third_party/Makefile @@ -4,11 +4,11 @@ export DESTDIR ?= $(STAGING_DIR) export prefix ?= export PREFIX ?= -targets += libevent -targets += libev targets += nlohmann -targets += cJSON -targets += mosquitto +#targets += mosquitto +#targets += libevent +#targets += libev +#targets += cJSON all test clean distclean: @for i in $(targets); do \ -- Gitee