-
Notifications
You must be signed in to change notification settings - Fork 530
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
python 3.8 #201
python 3.8 #201
Conversation
@endrift seems like python's |
It seems like there might be different rules for linking against libpython for 3.8: https://docs.python.org/3/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build |
@christopherhesse not sure if it'll still link properly, but you might be able to just rename it to |
here's a converted one from https://code.google.com/archive/p/lib2a/ in case that does not work convert.zip |
another option: from https://stackoverflow.com/questions/11793370/how-can-i-convert-a-vsts-lib-to-a-mingw-a
|
Thanks for the suggestion @endrift! I couldn't get that to work but the dlltool thing at least finished compiling. |
fixes #197