Specify win30 branch for cuttlefish

This commit is contained in:
Gilbert Wong 2019-03-30 11:33:46 +08:00
parent c2d561a725
commit 27d73f257d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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}]}.