From 28fbb7673a789335992c3c404b724e8a8c5627f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 19 Apr 2017 18:07:03 +0200 Subject: Move external plugin loading at the end of erlang.mk This allows all plugins to append to existing variables and makes it easier to augment the functionality of the core plugins. --- build.config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build.config') diff --git a/build.config b/build.config index dad175c..44b4710 100644 --- a/build.config +++ b/build.config @@ -40,5 +40,8 @@ plugins/xref plugins/cover plugins/sfx +# External plugins. +core/plugins + # Core modules which can use variables from plugins. core/deps-tools -- cgit v1.2.3