Force emqx-rel to use win30 branch of emqx_passwd to build
This commit is contained in:
parent
de979b27c0
commit
fc637aec0a
3
Makefile
3
Makefile
|
@ -3,7 +3,7 @@
|
|||
PROJECT = emqx
|
||||
PROJECT_DESCRIPTION = EMQ X Broker
|
||||
|
||||
DEPS = jsx gproc gen_rpc ekka esockd cowboy clique
|
||||
DEPS = jsx gproc gen_rpc ekka esockd cowboy clique emqx_passwd
|
||||
|
||||
dep_jsx = hex-emqx 2.9.0
|
||||
dep_gproc = hex-emqx 0.8.0
|
||||
|
@ -12,6 +12,7 @@ dep_esockd = git-emqx https://github.com/emqx/esockd v5.4.2
|
|||
dep_ekka = git-emqx https://github.com/emqx/ekka v0.5.1
|
||||
dep_cowboy = hex-emqx 2.4.0
|
||||
dep_clique = git-emqx https://github.com/emqx/clique develop
|
||||
dep_emqx_passwd = git-emqx https://github.com/emqx/emqx-passwd win30
|
||||
|
||||
NO_AUTOPATCH = cuttlefish
|
||||
|
||||
|
|
Loading…
Reference in New Issue