diff options
author | Loïc Hoguin <[email protected]> | 2016-10-04 21:22:26 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-10-04 21:22:26 +0200 |
commit | 24b9296c7b7dadb289f54cacf920f87845bd5532 (patch) | |
tree | 8b1b91c82347d5de1c491dca1d662af8ba5aea17 /erlang.mk | |
parent | a561f2bdf4e1b7faf2bea4ff7bfd5b402a1b4871 (diff) | |
download | cowlib-24b9296c7b7dadb289f54cacf920f87845bd5532.tar.gz cowlib-24b9296c7b7dadb289f54cacf920f87845bd5532.tar.bz2 cowlib-24b9296c7b7dadb289f54cacf920f87845bd5532.zip |
Update Erlang.mk
Diffstat (limited to 'erlang.mk')
-rw-r--r-- | erlang.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; _ -> [] |