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

chore: switch to self-built flatbuffers #2657

Merged
merged 2 commits into from
Feb 26, 2024
Merged

chore: switch to self-built flatbuffers #2657

merged 2 commits into from
Feb 26, 2024

Conversation

romange
Copy link
Collaborator

@romange romange commented Feb 25, 2024

This solves linker errors on MacOs build.

This should solve the linker errors on MacOs build.

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
@romange romange requested a review from chakaz February 25, 2024 08:19
chakaz
chakaz previously approved these changes Feb 25, 2024
Comment on lines 6 to 10

#ifndef __USE_GNU // needed to flatbuffers to compile with musl libc.
#define FLATBUFFERS_LOCALE_INDEPENDENT 0
#endif

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: consider having our own include file to declare this and then include flatbuffers.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good idea

@romange romange merged commit d54b600 into main Feb 26, 2024
10 checks passed
@romange romange deleted the Pr2 branch February 26, 2024 08:03
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.

None yet

3 participants