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

buildall.py requires 32bit compatibility layer #8

Closed
nagorny opened this issue Aug 28, 2020 · 1 comment
Closed

buildall.py requires 32bit compatibility layer #8

nagorny opened this issue Aug 28, 2020 · 1 comment

Comments

@nagorny
Copy link

nagorny commented Aug 28, 2020

buildall.py requires 32bit compatibility layer but there is no information about this dependency.
The same time buildall.py has code:

    target_bits = ['64']
    if (sys.platform != 'darwin'):  # on MAC OSX we produce FAT library including both 32 and 64 bits
        target_bits.append('32')

    print("target_bits", target_bits)

suggesting that it should be somehow configured. I didn't find how to disable 32bit build. It seems to be an error.

@ekovanova
Copy link
Contributor

@nagorny good catch, I've added --force_bits option to specify a bit version

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