25
1
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:
Badlop 2024-06-18 13:46:26 +02:00
parent fff0b5209c
commit be847a7e91

View File

@ -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}},