Open binaryape opened 1 year ago
Update: It's not access to priv - it's that the compiled rambo binary isn't there. If I copy the binary from my main project into the temporary _build directory of the script everything works. I think this is due to #13 and so will be fixed when that is fixed.
My library using Rambo is failing when used in an .exs script and run with
elixir ./examples/mdui_list.exs
- this is different to the issue with escripts in #14 but seems to have a similar cause, access topriv
.I'm using
Mix.install
in the script to install my library, which in turn installs Rambo.Is there any way to work around this?
Example error: