Is your feature request related to a problem? Please describe.
On the lib, with BUILD_SHARED_LIBS, you can specify if the lib will be static or shared
Proposed solution
I want on dynamic triplets, the output would be a .dll(for windows) or a .so(for linux and freebsd)
Describe alternatives you've considered
on portfile.cmake, at jolt build, add the BUILD_SHARED_LIBS option matching the lib type.
Additional context
No response
Is your feature request related to a problem? Please describe.
On the lib, with BUILD_SHARED_LIBS, you can specify if the lib will be static or shared
Proposed solution
I want on dynamic triplets, the output would be a .dll(for windows) or a .so(for linux and freebsd)
Describe alternatives you've considered
on portfile.cmake, at jolt build, add the BUILD_SHARED_LIBS option matching the lib type.
Additional context
No response