Make sure Riak gets compiled on OTP20

This commit is contained in:
Evgeniy Khramtsov 2017-09-28 12:25:06 +03:00
parent 2732c8f6fc
commit 3f015c829c
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
{if_var_true, zlib, {ezlib, ".*", {git, "https://github.com/processone/ezlib",
{tag, "1.0.2"}}}},
{if_var_true, riak, {riakc, ".*", {git, "https://github.com/processone/riak-erlang-client.git",
{tag, "2.5.3"}}}},
{tag, {if_version_above, "19", "develop", "2.5.3"}}}}},
{if_var_true, graphics, {eimp, ".*", {git, "https://github.com/processone/eimp.git", {tag, "1.0.1"}}}},
%% Elixir support, needed to run tests
{if_var_true, elixir, {elixir, ".*", {git, "https://github.com/elixir-lang/elixir",