Specify win30 branch for cuttlefish
This commit is contained in:
parent
c2d561a725
commit
27d73f257d
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ NO_AUTOPATCH = cuttlefish
|
||||||
ERLC_OPTS += +debug_info -DAPPLICATION=emqx
|
ERLC_OPTS += +debug_info -DAPPLICATION=emqx
|
||||||
|
|
||||||
BUILD_DEPS = cuttlefish
|
BUILD_DEPS = cuttlefish
|
||||||
dep_cuttlefish = git-emqx https://github.com/emqx/cuttlefish v2.2.1
|
dep_cuttlefish = git-emqx https://github.com/emqx/cuttlefish win30
|
||||||
|
|
||||||
TEST_DEPS = meck
|
TEST_DEPS = meck
|
||||||
dep_meck = hex-emqx 0.8.13
|
dep_meck = hex-emqx 0.8.13
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
{ekka, "v0.5.4"},
|
{ekka, "v0.5.4"},
|
||||||
{replayq, "v0.1.1"},
|
{replayq, "v0.1.1"},
|
||||||
{esockd, "v5.4.4"},
|
{esockd, "v5.4.4"},
|
||||||
{cuttlefish, "v2.2.1"}
|
{cuttlefish, "win30"}
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
{edoc_opts, [{preprocess, true}]}.
|
{edoc_opts, [{preprocess, true}]}.
|
||||||
|
|
Loading…
Reference in New Issue