From b908a7a79aea70f3e7226570f243a99643b55cdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 14 Aug 2017 21:40:28 +0200 Subject: Add experimental pinning of Erlang/OTP version By defining the ERLANG_OTP or ERLANG_HIPE variable, you can let Erlang.mk manage which version of Erlang/OTP will be used for your project. It will build it if necessary, and will activate it automatically when make is invoked. --- build.config | 1 + 1 file changed, 1 insertion(+) (limited to 'build.config') diff --git a/build.config b/build.config index 6a28ce9..4ba1170 100644 --- a/build.config +++ b/build.config @@ -8,6 +8,7 @@ core/core index/* core/index core/deps +core/kerl # Plugins that must run before Erlang code gets compiled. plugins/protobuffs -- cgit v1.2.3