motiejus/erlualib

{"init terminating in do_boot",{'cannot load',erlualib,get_file}}

Opened this issue · 1 comments

When compile in embedded, start ends with error.
{"init terminating in do_boot",{'cannot load',erlualib,get_file}}

erlualib.beam not exists, so I change erlualib/src/erlualib.app.src,
{mod, { erlualib, []}},
to
{mod, { lua, []}},
I don`t know is this right way or not, but work.

Please tell me exactly how to reproduce the error. Doesn't seem the right way to do it though.