From 24b9296c7b7dadb289f54cacf920f87845bd5532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 4 Oct 2016 21:22:26 +0200 Subject: Update Erlang.mk --- erlang.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'erlang.mk') diff --git a/erlang.mk b/erlang.mk index 3bcb00d..d2d80df 100644 --- a/erlang.mk +++ b/erlang.mk @@ -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; _ -> [] -- cgit v1.2.3