|
@@ -16,7 +16,7 @@
|
|
|
|
|
|
ERLANG_MK_FILENAME := $(realpath $(lastword $(MAKEFILE_LIST)))
|
|
|
|
|
|
-ERLANG_MK_VERSION = 2.0.0-pre.2-143-gd5c3247
|
|
|
+ERLANG_MK_VERSION = 2.0.0-pre.2-145-gd387560
|
|
|
|
|
|
# Core configuration.
|
|
|
|
|
@@ -4277,6 +4277,7 @@ endef
|
|
|
define dep_autopatch_rebar.erl
|
|
|
application:load(rebar),
|
|
|
application:set_env(rebar, log_level, debug),
|
|
|
+ rmemo:start(),
|
|
|
Conf1 = case file:consult("$(call core_native_path,$(DEPS_DIR)/$1/rebar.config)") of
|
|
|
{ok, Conf0} -> Conf0;
|
|
|
_ -> []
|