Browse Source

Fix plugins

By using plugins instead of project_plugins the pc compiler is automatically
added to projects using jiffy, they do not have to add it manually.
pull/199/head
Andras Boroska 5 years ago
parent
commit
5d15622eb1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config View File

@ -1,4 +1,4 @@
{project_plugins, [pc]}.
{plugins, [pc]}.
{port_specs, [ {port_specs, [
{"priv/jiffy.so", [ {"priv/jiffy.so", [

Loading…
Cancel
Save