From 8cb07b62990e05621c8cf67827f4bc23072a63f3 Mon Sep 17 00:00:00 2001 From: HuangDan Date: Fri, 11 Aug 2017 17:15:53 +0800 Subject: [PATCH] Update Depends of clique --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9944cb5ae..d313936ac 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ dep_mochiweb = git https://github.com/emqtt/mochiweb master dep_pbkdf2 = git https://github.com/emqtt/pbkdf2 2.0.1 dep_lager_syslog = git https://github.com/basho/lager_syslog dep_bcrypt = git https://github.com/smarkets/erlang-bcrypt master -dep_clique = git https://github.com/turtleDeng/clique +dep_clique = git https://github.com/emqtt/clique dep_jsx = git https://github.com/talentdeficit/jsx ERLC_OPTS += +debug_info