-
Notifications
You must be signed in to change notification settings - Fork 8
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
Restore Windows builds #4
Comments
I gave this a shot. Here is a summary of what I did and hope it helps others. MinGW ABI: I used x86_64-w64-mingw32-gcc and lld in an MSYS2 shell with MSYSTEM set to MINGW64. This builds and works fine.
MSVC ABI: I used clang on a developer command prompt with lld. I had to shim a couple of mingw libraries and this builds fine. Importing
I sprinkled some Both of the builds above are by calling go directly: |
Building Windows wheels was blowing it because it couldn't find libpython to link against. Compilers on Windows are such a headache.
Investigate why, and fix it.
The text was updated successfully, but these errors were encountered: