BoxFort
BoxFort copied to clipboard
Build BoxFort as a shared library
@MrAnno I recently attempt to package Criterion for Fedora, and the BoxFort is a dependency of it. The fedora packaging guidelines recommended using shared libraries instead of static libraries. Is there any reason of only building BoxFort as a static lib? https://github.com/Snaipe/BoxFort/blob/c91d7181734ab2fd6d1299e8aa927297f0ddb754/src/meson.build#L67-L78 ref: https://docs.fedoraproject.org/en-US/packaging-guidelines/#packaging-static-libraries
I saw that BoxFort could be built as shared lib in another issue comment, Any process with this?