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

Various build system improvements #163

Merged
merged 8 commits into from
Oct 23, 2019
Merged

Conversation

benesch
Copy link
Collaborator

@benesch benesch commented Oct 23, 2019

Details within the commits.

This enables cross-compilation when using CMake.
We shouldn't force users to take this dependency if they don't want it.
Put it behind a "zstd" feature.
Automatically generating bindings as part of the build process caused
some user complaints, since installing clang/libclang can be a hassle.
The rdkafka bindings are not particularly platform-dependent, and with a
bit of work we can generate bindings that depend on platform-dependent
types, like libc::FILE, so that we only need to run bindgen once.

Fix fede1024#126.
@benesch benesch merged commit d856c61 into fede1024:master Oct 23, 2019
@benesch benesch deleted the build-fixes branch October 23, 2019 21:07
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