eSSP icon indicating copy to clipboard operation
eSSP copied to clipboard

Allow compilation on a Mac

Open bitplane opened this issue 3 years ago • 0 comments

Apple's binutils ld ships with the default of -undefined,error so it will error on link, as the download_in_progress symbol is stripped from the binary. Also, it uses -install_name rather than -soname

I didn't change the name of the .so file. Might be a good idea to use cmake to support cross-platform compilation instead, but this gets things working for me.

bitplane avatar Jul 29 '21 05:07 bitplane