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

Move architecture checks from build script into lib.rs #91

Merged
merged 1 commit into from
Jan 13, 2020

Conversation

phil-opp
Copy link
Member

@phil-opp phil-opp commented Jan 8, 2020

The build script always gets compiled for the host platform, so it only checked that the host was x86_64. With the check in lib.rs, we correctly verify that the target is x86_64.

Fixes #90

The build script always gets compiled for the host platform, so it only checked that the _host_ was `x86_64`. With the check in lib.rs, we correctly verify that the target is `x86_64`.
@phil-opp
Copy link
Member Author

Thanks for reviewing!

@phil-opp phil-opp merged commit 068833e into master Jan 13, 2020
@bors bors bot deleted the fix-arch-check branch January 13, 2020 08:26
phil-opp added a commit that referenced this pull request Jan 13, 2020
@phil-opp
Copy link
Member Author

Published as version 0.8.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants