Support building dynamic library on Linux, etc.
Shadow53 opened this issue · 1 comments
Shadow53 commented
This Makefile only has support for building a MacOS .dylib
file and will try to do this even on Linux systems, where it fails because -dynamiclib
is not a valid flag.
stylewarning commented
The latest release has more support for Linux .so building.