aboutsummaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2017-09-26 17:32:37 +0200
committerPaweł Chmielowski <pchmielowski@process-one.net>2017-09-26 17:32:37 +0200
commit05feab35c4169ec5cf9c4d0fba8f56075e3d0152 (patch)
treee27203677401d2bfc1d0e53d421869073ed07c5d /rebar.config
parentFix command set_last that always returned code 1, error (#2010) (diff)
Call earlier deps configure scripts durring compilation
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config3
1 files changed, 1 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config
index f1d96bae2..0744a61c4 100644
--- a/rebar.config
+++ b/rebar.config
@@ -107,7 +107,7 @@
{if_rebar3, {plugins, [rebar3_hex, {provider_asn1, "0.2.0"}]}}.
{if_not_rebar3, {plugins, [
- deps_erl_opts, override_deps_versions,
+ deps_erl_opts, override_deps_versions, override_opts,
{if_var_true, elixir, rebar_elixir_compiler},
{if_var_true, elixir, rebar_exunit}
]}}.
@@ -163,7 +163,6 @@
{port_env, [{"CFLAGS", "-g -O2 -Wall"}]}.
{port_specs, [{"priv/lib/jid.so", ["c_src/jid.c"]}]}.
-
%% Local Variables:
%% mode: erlang
%% End: