hey folks,
I tried to fetch a small library which has a NIF module that calls a C code, but seems it cannot be fetched, so I’m getting:
{:error, {:load_failed, ‘Failed to load NIF library: './c_source.so: cannot open shared object file: No such file or directory'’}}
It has the makefile, and all is working fine on the library directory
I tried to force fetch it directly from git like
{:ex_interval, git: "
https://github.com/filipevarjao/ex_interval.git` `", branch: “master”}
I can see all source code is fetched and compiled generating the *.so file on the deps directory, but on the _build directory it only shows the beam files