Browse Source

Update Erlang.mk

Loïc Hoguin 8 years ago
parent
commit
24b9296c7b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      erlang.mk

+ 2 - 1
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;
 		_ -> []