<div dir="ltr"><br><div>I've made simple project with <a href="http://erlang.mk">erlang.mk</a> and relx.config:</div><div><br></div><div><div>{release, {peeklio, "0.1"},</div><div> [peeklio]}.</div><div><br></div><div>{extended_start_script, true}.</div><div><br></div><div>{include_erts, false}.</div></div><div><br></div><div><br></div><div>I compile it under MacOS and copy _rel/... to linux. It doesn't work because</div><div>crypto library is copied with MacOS .so</div><div><br></div><div>How should I force relx to make some output that will use erlang from system?</div><div><br></div></div>