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

Support targets x86_64-pc-windows-msvc #2690

Open
ahaoboy opened this issue Dec 1, 2023 · 2 comments
Open

Support targets x86_64-pc-windows-msvc #2690

ahaoboy opened this issue Dec 1, 2023 · 2 comments

Comments

@ahaoboy
Copy link

ahaoboy commented Dec 1, 2023

The current release platform only supports Mac and Linux, please support Windows.

targets = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin"]
@ahaoboy
Copy link
Author

ahaoboy commented Dec 1, 2023

I tried running bindgen in my pc and encountered no issues besides needing to set rustc-link-arg in debug mode, it runs fine in release mode.
#2662 (comment)

@pvdrz
Copy link
Contributor

pvdrz commented Dec 14, 2023

we haven't been able to get windows releases to work as the CI workflow fails while compilating bindgen on windows. We don't have a way to reproduce and fix this locally as we don't have windows machines.

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

No branches or pull requests

2 participants