mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
rebar.config.script: Require port_compiler 1.15.0 and accept any 1.15.x
This commit is contained in:
parent
fff0b5209c
commit
be847a7e91
@ -418,7 +418,7 @@ end,
|
|||||||
|
|
||||||
Rules = [
|
Rules = [
|
||||||
{[plugins], IsRebar3,
|
{[plugins], IsRebar3,
|
||||||
AppendList([{pc, "1.15.0"}]), []},
|
AppendList([{pc, "~> 1.15.0"}]), []},
|
||||||
{[provider_hooks], IsRebar3,
|
{[provider_hooks], IsRebar3,
|
||||||
AppendList([{pre, [
|
AppendList([{pre, [
|
||||||
{compile, {asn, compile}},
|
{compile, {asn, compile}},
|
||||||
|
Loading…
Reference in New Issue
Block a user