Ver a proveniência

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 há 5 anos
ascendente
cometimento
5d15622eb1
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config Ver ficheiro

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

Carregando…
Cancelar
Guardar