eSSP
eSSP copied to clipboard
Allow compilation on a Mac
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.