소스 검색

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 년 전
부모
커밋
5d15622eb1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config 파일 보기

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

불러오는 중...
취소
저장