Upgrade erlang.mk
This commit is contained in:
parent
f62c754680
commit
3129d049dc
|
@ -5645,7 +5645,6 @@ $(call comma_list,$(foreach d,$(DEPS),\
|
||||||
{$(call dep_name,$d)$(comma)"$(call dep_repo,$d)"},\
|
{$(call dep_name,$d)$(comma)"$(call dep_repo,$d)"},\
|
||||||
{$(call dep_name,$d)$(comma)".*"$(comma){git,"$(call dep_repo,$d)"$(comma)"$(call dep_commit,$d)"}})))
|
{$(call dep_name,$d)$(comma)".*"$(comma){git,"$(call dep_repo,$d)"$(comma)"$(call dep_commit,$d)"}})))
|
||||||
]}.
|
]}.
|
||||||
{plugins, [{rebar3_hex, "~> 6.11"}]}.
|
|
||||||
{erl_opts, $(call compat_erlc_opts_to_list,$(ERLC_OPTS))}.
|
{erl_opts, $(call compat_erlc_opts_to_list,$(ERLC_OPTS))}.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue