Hi,
I'm building a native extension that requieres to load a pre-compiled shared object. At the moment, i'm placing the .so file in bin/tmp/lib, under the project's directory, and it works, but it feels dirty (and breaks after each clean).
Is there any 'official' (or at leat better) way of doing this?
Thanks
0 Replies