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

Does not work on Windows without Mingw #10

Open
leighmcculloch opened this issue Feb 20, 2025 · 0 comments
Open

Does not work on Windows without Mingw #10

leighmcculloch opened this issue Feb 20, 2025 · 0 comments

Comments

@leighmcculloch
Copy link
Member

The Rust binary library targets x86_64-pc-windows-gnu which requires mingw on Windows. This causes the Go package to fail to compile if mingw is not installed.

For more seamless support for Windows users the library should also be built to target x86_64-pc-windows-msvc.

Related conversation:

@leighmcculloch leighmcculloch changed the title Add Rust binary for target x86_64-pc-windows-msvc Does not work on Windows without Mingw Feb 21, 2025
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

1 participant