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
LMDB does not ship either pkg-config nor CMake files by itself, so building fails.
See also the discussion in the commit adding LMDB as dependency: 358e939#commitcomment-33867125
The text was updated successfully, but these errors were encountered:
Tried myself, seems to be as simple as this:
-lmdb_dep = dependency('lmdb') +lmdb_dep = meson.get_compiler('c').find_library('lmdb')
Would need some refinement like using this only as a fallback though, but I'm not fluent in meson myself.
Sorry, something went wrong.
Thanks for reporting this as a proper issue :-) This should be fixed via 653bae3 now, give it a try!
No branches or pull requests
LMDB does not ship either pkg-config nor CMake files by itself, so building fails.
See also the discussion in the commit adding LMDB as dependency: 358e939#commitcomment-33867125
The text was updated successfully, but these errors were encountered: