Vagabond / erlang-syslog

Erlang port driver for interacting with syslog via syslog(3)
Other
87 stars 56 forks source link

added rebar2 backward compatibility #25

Closed vavaka closed 7 years ago

vavaka commented 7 years ago

Recently rebar3 support has been added but it broke some applications which still use old rebar2. For instance MongooseIM is not compiling anymore. In this pull request I added dynamic rebar configuration which enables backward rebar compatibility.

binarytemple-external commented 7 years ago

Tested @vavaka changes locally. Works here.