Fix windows build problem
This commit is contained in:
parent
5ec35ca973
commit
5433d61cd9
18
Makefile
18
Makefile
|
@ -5,21 +5,21 @@ PROJECT_DESCRIPTION = EMQ X Broker
|
||||||
|
|
||||||
DEPS = jsx gproc gen_rpc ekka esockd cowboy emqx_passwd replayq
|
DEPS = jsx gproc gen_rpc ekka esockd cowboy emqx_passwd replayq
|
||||||
|
|
||||||
dep_jsx = hex-emqx 2.9.0
|
dep_jsx = hex-emqx 2.9.0
|
||||||
dep_gproc = hex-emqx 0.8.0
|
dep_gproc = hex-emqx 0.8.0
|
||||||
dep_gen_rpc = git-emqx https://github.com/emqx/gen_rpc 2.3.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_esockd = git-emqx https://github.com/emqx/esockd v5.4.4
|
||||||
dep_ekka = git-emqx https://github.com/emqx/ekka v0.5.3
|
dep_ekka = git-emqx https://github.com/emqx/ekka v0.5.3
|
||||||
dep_cowboy = hex-emqx 2.4.0
|
dep_cowboy = hex-emqx 2.4.0
|
||||||
dep_emqx_passwd = git-emqx https://github.com/emqx/emqx-passwd win30
|
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
|
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 win30
|
dep_cuttlefish = git-emqx https://github.com/emqx/cuttlefish v2.2.0
|
||||||
|
|
||||||
TEST_DEPS = meck
|
TEST_DEPS = meck
|
||||||
dep_meck = hex-emqx 0.8.13
|
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_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_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_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_NODE_NAME = emqxct@127.0.0.1
|
||||||
CT_OPTS = -cover test/ct.cover.spec -erl_args -name $(CT_NODE_NAME)
|
CT_OPTS = -cover test/ct.cover.spec -erl_args -name $(CT_NODE_NAME)
|
||||||
|
|
Loading…
Reference in New Issue