Better platform detection #50
Reference in New Issue
Block a user
No description provided.
Delete Branch "multiplatform-building"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The os.name for a M2 mac (not sure about the intel versions) comes back as posix, not darwin.
So, to better facilitate multi-platform building, I've switched the build.py file to use platform.
I've also added a requirements.txt file for people (like myself) that use venv and pip -r
Sorry about the duplicate commits. I rebased but someone kept making changes to main :P
LGTM! Really like those changes a lot, as I use a venv as well and requirements.txt is a must have for every repo that includes python imo.
forgot to merge that sorry!