Add rebar3_hex plugin reference to rebar3.config generated by erlang.mk

This commit is contained in:
Ilya Khaprov 2021-07-29 12:43:12 +02:00
parent a1561ff53f
commit a206519a9c
No known key found for this signature in database
GPG Key ID: 458DA76505102BDC
1 changed files with 1 additions and 0 deletions

1
erlang.mk vendored
View File

@ -5645,6 +5645,7 @@ $(call comma_list,$(foreach d,$(DEPS),\
{$(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)"}})))
]}.
{plugins, [rebar3_hex]}.
{erl_opts, $(call compat_erlc_opts_to_list,$(ERLC_OPTS))}.
endef