Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#158 but for MacOS: pass library existence check when dynamic library exists #243

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jcaesar
Copy link

@jcaesar jcaesar commented Dec 23, 2024

#159 added support for using shared-library-only builds of rdkafka, but only for linux. This repeats that for MacOS. This turned out to be necessary while switching rdkafka to CMake on nixpkgs here.

Side note: i contemplated also adding windows library names, but I have no idea what the naming scheme there is, and I think these checks should better be done with some common mechanism like find_library or pkg_check_modules (no idea which is proper). I btw also have never touched a MacOS, and I don't know whether this is sane, all I know is that it works on nixpkgs CI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant