diff options
author | Loïc Hoguin <[email protected]> | 2018-11-28 13:33:57 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-11-28 13:33:57 +0100 |
commit | 7a514c6a372219fee528e0bc2ed0b2f2ba9c758d (patch) | |
tree | a0f4ef115bf87479c319d4392e25825a1da9b18c /build.config | |
parent | 31c93f4ad6b55b90ccb07a047acb941af645c059 (diff) | |
download | erlang.mk-7a514c6a372219fee528e0bc2ed0b2f2ba9c758d.tar.gz erlang.mk-7a514c6a372219fee528e0bc2ed0b2f2ba9c758d.tar.bz2 erlang.mk-7a514c6a372219fee528e0bc2ed0b2f2ba9c758d.zip |
Modernize the protobuffs plugin
Diffstat (limited to 'build.config')
-rw-r--r-- | build.config | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/build.config b/build.config index 154a7ea..bcf2b9a 100644 --- a/build.config +++ b/build.config @@ -10,9 +10,6 @@ index/* core/index core/deps -# Plugins that must run before Erlang code gets compiled. -plugins/protobuffs - # Core modules, continued. core/erlc core/docs @@ -32,6 +29,7 @@ plugins/erlydtl plugins/escript plugins/eunit plugins/proper +plugins/protobuffs plugins/relx plugins/shell plugins/sphinx |