aboutsummaryrefslogtreecommitdiffstats
path: root/erlang.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-10-04 21:22:26 +0200
committerLoïc Hoguin <[email protected]>2016-10-04 21:22:26 +0200
commit24b9296c7b7dadb289f54cacf920f87845bd5532 (patch)
tree8b1b91c82347d5de1c491dca1d662af8ba5aea17 /erlang.mk
parenta561f2bdf4e1b7faf2bea4ff7bfd5b402a1b4871 (diff)
downloadcowlib-24b9296c7b7dadb289f54cacf920f87845bd5532.tar.gz
cowlib-24b9296c7b7dadb289f54cacf920f87845bd5532.tar.bz2
cowlib-24b9296c7b7dadb289f54cacf920f87845bd5532.zip
Update Erlang.mk
Diffstat (limited to 'erlang.mk')
-rw-r--r--erlang.mk3
1 files changed, 2 insertions, 1 deletions
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;
_ -> []