You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 bitstarget_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.
The text was updated successfully, but these errors were encountered:
buildall.py requires 32bit compatibility layer but there is no information about this dependency.
The same time buildall.py has code:
suggesting that it should be somehow configured. I didn't find how to disable 32bit build. It seems to be an error.
The text was updated successfully, but these errors were encountered: