Skip to content

Commit 761b6ee

Browse files
committed
Remove port-compiler as we have no more local native code
1 parent 0874522 commit 761b6ee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rebar.config

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,15 +191,14 @@
191191

192192
{plugins,
193193
[
194-
{pc, "1.15.0"},
195194
{provider_asn1, "0.3.0"},
196195
{rebar3_codecov, "0.7.0"},
197196
{rebar3_lint, "2.0.1"}
198197
]}.
199198

200199
{provider_hooks,
201-
[{pre, [{compile, {asn, compile}}, {compile, {pc, compile}}]},
202-
{post, [{clean, {asn, clean}}, {clean, {pc, clean}}]
200+
[{pre, [{compile, {asn, compile}}]},
201+
{post, [{clean, {asn, clean}}]
203202
}]}.
204203

205204
{overrides,

0 commit comments

Comments
 (0)