Skip to content

Commit

Permalink
Get Luerl 1.1.1 for erlang before 27
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Feb 16, 2024
1 parent c047b83 commit 65e9dc6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,16 @@
},
{if_var_true, lua,
{if_not_rebar3,
{luerl, ".*", {git, "https://github.com/badlop/luerl", {branch, "otp27"}}}
}},
{if_version_below, "27",
{luerl, ".*", {git, "https://github.com/rvirding/luerl", {tag, "1.1.1"}}},
{luerl, ".*", {git, "https://github.com/badlop/luerl", {branch, "otp27"}}}
}}},
{if_var_true, lua,
{if_rebar3,
{luerl, ".*", {git, "https://github.com/badlop/luerl", {branch, "otp27"}}}
}},
{if_version_below, "27",
{luerl, ".*", {git, "https://github.com/rvirding/luerl", {tag, "1.1.1"}}},
{luerl, ".*", {git, "https://github.com/badlop/luerl", {branch, "otp27"}}}
}}},
{mqtree, ".*", {git, "https://github.com/processone/mqtree", {tag, "1.0.15"}}},
{p1_acme, ".*", {git, "https://github.com/processone/p1_acme", {tag, "1.0.22"}}},
{if_var_true, mysql,
Expand Down

0 comments on commit 65e9dc6

Please sign in to comment.