From 5433d61cd9e1e00adb8910cf5ee65a5e6ee56bfb Mon Sep 17 00:00:00 2001 From: Gilbert Wong Date: Wed, 6 Mar 2019 11:35:47 +0800 Subject: [PATCH] Fix windows build problem --- Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 95a64550b..474e4fbd2 100644 --- a/Makefile +++ b/Makefile @@ -5,21 +5,21 @@ PROJECT_DESCRIPTION = EMQ X Broker DEPS = jsx gproc gen_rpc ekka esockd cowboy emqx_passwd replayq -dep_jsx = hex-emqx 2.9.0 -dep_gproc = hex-emqx 0.8.0 -dep_gen_rpc = git-emqx https://github.com/emqx/gen_rpc 2.3.0 -dep_esockd = git-emqx https://github.com/emqx/esockd v5.4.4 -dep_ekka = git-emqx https://github.com/emqx/ekka v0.5.3 -dep_cowboy = hex-emqx 2.4.0 +dep_jsx = hex-emqx 2.9.0 +dep_gproc = hex-emqx 0.8.0 +dep_gen_rpc = git-emqx https://github.com/emqx/gen_rpc 2.3.0 +dep_esockd = git-emqx https://github.com/emqx/esockd v5.4.4 +dep_ekka = git-emqx https://github.com/emqx/ekka v0.5.3 +dep_cowboy = hex-emqx 2.4.0 dep_emqx_passwd = git-emqx https://github.com/emqx/emqx-passwd win30 -dep_replayq = git-emqx https://github.com/emqx/replayq v0.1.1 +dep_replayq = git-emqx https://github.com/emqx/replayq v0.1.1 NO_AUTOPATCH = cuttlefish ERLC_OPTS += +debug_info -DAPPLICATION=emqx BUILD_DEPS = cuttlefish -dep_cuttlefish = git-emqx https://github.com/emqx/cuttlefish win30 +dep_cuttlefish = git-emqx https://github.com/emqx/cuttlefish v2.2.0 TEST_DEPS = meck dep_meck = hex-emqx 0.8.13 @@ -39,7 +39,7 @@ CT_SUITES = emqx emqx_client emqx_zone emqx_banned emqx_session \ emqx_listeners emqx_protocol emqx_pool emqx_shared_sub emqx_bridge \ emqx_hooks emqx_batch emqx_sequence emqx_pmon emqx_pd emqx_gc emqx_ws_connection \ emqx_packet emqx_connection emqx_tracer emqx_sys_mon emqx_message emqx_os_mon \ - emqx_vm_mon emqx_alarm_handler + emqx_vm_mon emqx_alarm_handler CT_NODE_NAME = emqxct@127.0.0.1 CT_OPTS = -cover test/ct.cover.spec -erl_args -name $(CT_NODE_NAME)