diff options
Diffstat (limited to 'core/deps.mk')
-rw-r--r-- | core/deps.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/deps.mk b/core/deps.mk index 18ae0f8..8c5da9c 100644 --- a/core/deps.mk +++ b/core/deps.mk @@ -151,6 +151,7 @@ define dep_autopatch_rebar endef define dep_autopatch_rebar.erl + application:load(rebar), application:set_env(rebar, log_level, debug), Conf1 = case file:consult("$(call core_native_path,$(DEPS_DIR)/$1/rebar.config)") of {ok, Conf0} -> Conf0; |