Skip to content

refactor(liblmdb-sys): use cc crate instead of gcc#63

Open
elendilm wants to merge 1 commit intovhbit:masterfrom
elendilm:master
Open

refactor(liblmdb-sys): use cc crate instead of gcc#63
elendilm wants to merge 1 commit intovhbit:masterfrom
elendilm:master

Conversation

@elendilm
Copy link
Copy Markdown

@elendilm elendilm commented Jun 1, 2021

cc crate uses the native C compiler to compile C sources. Since gcc has been removed from android ndk, this commit helps to have a seamless compilation for android with cargo build.

Copy link
Copy Markdown

@jmaygarden jmaygarden left a comment

Choose a reason for hiding this comment

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

I made these same changes in PR #64.

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.

2 participants