<div dir="ltr"><div>It is possible to require a dylib in JWLua? (The dylib format is the macOS equivalent of .so in Unix.)</div><div><br></div><div>I have managed to create one, and I have linked it with the Lua 5.1 lua library. But when it tries to load I get "unexpected symbol near char(207)" as if it is attempting to interpret the binary dylib file as a lua script.</div><div><br></div><div>In the wider Lua world supposedly one can load a dylib.</div><div><br></div></div>