benfogle / crossenv

Cross-compiling virtualenv for Python
MIT License
108 stars 22 forks source link

Sane default for os.uname().machine on arm #76

Open benfogle opened 3 years ago

benfogle commented 3 years ago

See #73

os.uname().machine will never report "arm", but something like "armv7l". There are several options, and we have no way of knowing which one will be correct. We should still pick one as a sane default, now that we can override the value if needed.