NetComposer / nkbase

NkBASE distributed database
Apache License 2.0
74 stars 10 forks source link

Fix compilation. Add sext, riak_dt to app.src #9

Open MikhailKalashnikov opened 7 years ago

kalta commented 7 years ago

What do you mean with "it fixed in riak_core_ng"?

MikhailKalashnikov commented 7 years ago

Actually it was a rebar3 problem, which was fixed in version 3.3.2. Packages with alternate package names get placed in the wrong directory. https://github.com/erlang/rebar3/pull/1337

But I still had to add sext, riak_dt to app.src to made it work properly.