Fix 'rebar command not found'

This commit is contained in:
Feng Lee 2017-03-24 10:46:08 +08:00
parent e56ba41027
commit 18c8785bf9
1 changed files with 4 additions and 3 deletions

View File

@ -2,10 +2,9 @@ PROJECT = emqttd
PROJECT_DESCRIPTION = Erlang MQTT Broker
PROJECT_VERSION = 2.1.0
NO_AUTOPATCH = cuttlefish
DEPS = gproc lager esockd mochiweb lager_syslog pbkdf2
DEPS = goldrush gproc lager esockd mochiweb lager_syslog pbkdf2
dep_goldrush = git https://github.com/basho/goldrush 0.1.9
dep_gproc = git https://github.com/uwiger/gproc
dep_getopt = git https://github.com/jcomellas/getopt v0.8.2
dep_lager = git https://github.com/basho/lager master
@ -16,6 +15,8 @@ dep_pbkdf2 = git https://github.com/comtihon/erlang-pbkdf2.git 2.0.0
ERLC_OPTS += +'{parse_transform, lager_transform}'
NO_AUTOPATCH = cuttlefish
BUILD_DEPS = cuttlefish
dep_cuttlefish = git https://github.com/emqtt/cuttlefish