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

32 bit Python modules use i386, not x86 #250

Merged
merged 1 commit into from
Dec 30, 2019
Merged

Conversation

dae
Copy link
Contributor

@dae dae commented Dec 26, 2019

The generated .so files on a 32 bit machine weren't being recognised by Python. When renaming to 'i386' instead of 'x86', Python is able to pick them up. Tested on a 32 bit Ubuntu 16.04 machine using Python 3.5.

@konstin
Copy link
Member

konstin commented Dec 30, 2019

Thank you!

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.

None yet

2 participants