rebar3_cuttlefish
rebar3_cuttlefish copied to clipboard
use of external libraries
In Riak, the cuttlefish generation requires functions located in Riak modules, such as riak_core_throttle
; therefore, I think that the escript needs to be sure to include external libraries from ebin
for each directory in the release lib
dirs. Is this supported?
cc: @martinsumner