diff options
author | Loïc Hoguin <[email protected]> | 2017-08-14 21:40:28 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-08-14 21:40:28 +0200 |
commit | b908a7a79aea70f3e7226570f243a99643b55cdd (patch) | |
tree | a35a5d95937d91624edda974fea88c4c6d0d94a3 /build.config | |
parent | ff271594f58dc7425483fe3ccc649defc552a04c (diff) | |
download | erlang.mk-b908a7a79aea70f3e7226570f243a99643b55cdd.tar.gz erlang.mk-b908a7a79aea70f3e7226570f243a99643b55cdd.tar.bz2 erlang.mk-b908a7a79aea70f3e7226570f243a99643b55cdd.zip |
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.
Diffstat (limited to 'build.config')
-rw-r--r-- | build.config | 1 |
1 files changed, 1 insertions, 0 deletions
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 |