You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 25, 2022. It is now read-only.
When building this project on OpenBSD, following the initial instructions, there is a dependency ldl, which is not needed on OpenBSD because libc already provides this functionality. The build is unsuccessful. I am able to patch the resulting build configuration in the 'Build' directory, but there must be a cleaner way, since I can't find a word 'ldl' in the initial source. I'm not proficient with CMake, so I ask here whether it is possible to add an exception for platforms that already provide ldl functionality (BSD's)? Or is this a problem with the lld linker configuration? Anyhow, here's the output of the build.