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

Use ntdll instead of winapi since that was a winapi specific workaround. #8

Merged
merged 1 commit into from
Apr 10, 2021

Conversation

allenbenz
Copy link
Owner

Since 3.0 we no longer use winapi in favor of the windows package.
So the winapi specific link workaround doesn't help and prevents msys environments from building the package with the gnu toolchain.

The windows crate will eventually be able to build using the gnu target without msys, but that's blocked on microsoft/windows-rs#638 and rust-lang/rust#58713.

Resolves #7

To use the gnu it requires msys, which expects ntdll.
@allenbenz allenbenz merged commit afd6803 into master Apr 10, 2021
@allenbenz allenbenz deleted the remove-winapi-lib-link-reference branch April 10, 2021 23:34
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.

Cannot find -lwinapi_ntdll
1 participant