Hello everyone,<div><br></div><div>I am using compile:forms() to compile some forms and return me the binary.</div><div>After I load the binary, I can access my code as expected, except the mymodule:module_info(:compile) returns the wrong source:</div>

<div><br></div><div>> mymodule:module_info(compile)</div><div>[{options,[]},{version,"4.8"},{source,"/Users/jose/Work"}]</div><div><br></div><div>It seems it is returning my PWD as source. To fix the issue, I have already tried:</div>

<div><br></div><div>-compile([{source,"real/path"}]).</div><div>-file("real/path").</div><div><br></div><div>And passing a source option to compile:forms(). None of those worked.</div><div>Does anyone know if there an attribute/option I can pass so Erlang will return the proper source?</div>

<div><br></div><div>Thanks in advance,<div><br></div><span style="font-family:arial,sans-serif;font-size:13px;border-collapse:collapse"><b><span style="border-collapse:separate;font-family:arial;font-weight:normal"><div>
<span style="font-family:arial,sans-serif;font-size:13px;border-collapse:collapse"><b>José Valim</b></span></div>
<div><span style="font-family:arial,sans-serif;font-size:13px;border-collapse:collapse"><div><span style="font-family:verdana,sans-serif;font-size:x-small"><a href="http://www.plataformatec.com.br/" style="color:rgb(42,93,176)" target="_blank">www.plataformatec.com.br</a></span></div>

<div><span style="font-family:verdana,sans-serif;font-size:x-small">Founder and Lead Developer</span></div></span></div></span></b></span><br>
</div>