-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
lmdb: fix build on OSX #10499
lmdb: fix build on OSX #10499
Conversation
|
@davidak ? that's a pijul build issue, not lmdb. It looks like it has the same issue as lmdb where it tries to use gcc instead of clang |
Once this fix is pushed, we would need to apply the same fix for pijul and then it should work on osx. |
yes, and pijul seams to be a dependency, so lmdb can not be used. |
This is just a fix for lmdb. If someone wants to fix pijul for osx they can do so, but it's not related to this PR. |
This is good to go whoever can merge |
Fixes:
I'm not too familar with nix on osx but I guess gcc isn't symlinked to clang in builds for some reason? Seems weird that I have to do this.