filecoin-signing-tools
filecoin-signing-tools copied to clipboard
Signer-ffi build doesn't generate files on MacOS
I am actually trying to build the lib on MacOS following this steps. At the end, no .so
files are generated. I have seen this error on M1 and Intel.
:link: zboto Link
In linux this works
What I can see is MacOS generates .dylib
while linux generates .so
That's correct. Linux's dynamic libraries are .so
files, whilst MacOS's are .dylib
s