Closed jdemaris closed 7 years ago
This change solved the issue for me. It seems like it's a race condition on the build process of the dependency that causes it to try and load the .so file before it has been symlinked into the _build folder structure.
I used the ex_ncurses NIF as a reference here: https://github.com/jfreeze/ex_ncurses/blob/master/lib/ex_ncurses.ex#L2
Targets Issue #3
Thanks @jdemaris , great find!
This change solved the issue for me. It seems like it's a race condition on the build process of the dependency that causes it to try and load the .so file before it has been symlinked into the _build folder structure.
I used the ex_ncurses NIF as a reference here: https://github.com/jfreeze/ex_ncurses/blob/master/lib/ex_ncurses.ex#L2
Targets Issue #3