aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-11-18 23:22:07 +0100
committerLoïc Hoguin <[email protected]>2017-11-18 23:22:07 +0100
commit8e3d863afa654c969a7528285fce1ed77fa51604 (patch)
tree4fc4fea4193c1ab0bab5b41df1071a5cfc00edf9
parentf73a474f2fcb09e423fdad611e7bd7dae7a7af19 (diff)
downloaderlang.mk-8e3d863afa654c969a7528285fce1ed77fa51604.tar.gz
erlang.mk-8e3d863afa654c969a7528285fce1ed77fa51604.tar.bz2
erlang.mk-8e3d863afa654c969a7528285fce1ed77fa51604.zip
Move core/kerl earlier so that plugins can use it
-rw-r--r--build.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.config b/build.config
index 4ba1170..ae146ac 100644
--- a/build.config
+++ b/build.config
@@ -5,10 +5,10 @@
# Core modules.
core/core
+core/kerl
index/*
core/index
core/deps
-core/kerl
# Plugins that must run before Erlang code gets compiled.
plugins/protobuffs