Better platform detection #50

Merged
EddieDover merged 6 commits from multiplatform-building into main 2024-02-02 17:28:42 +00:00
EddieDover commented 2023-12-23 14:47:38 +00:00 (Migrated from github.com)

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

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**
EddieDover commented 2023-12-23 14:48:07 +00:00 (Migrated from github.com)

Sorry about the duplicate commits. I rebased but someone kept making changes to main :P

Sorry about the duplicate commits. I rebased but someone kept making changes to main :P
Pukimaa (Migrated from github.com) approved these changes 2024-01-19 22:54:51 +00:00
Pukimaa (Migrated from github.com) left a comment

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.

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!

forgot to merge that sorry!
Sign in to join this conversation.
No description provided.