adafruit / circuitpython-build-tools

Build scripts for CircuitPython libraries and the bundle
MIT License
28 stars 17 forks source link

Windows compatibility #84

Closed 2bndy5 closed 2 years ago

2bndy5 commented 2 years ago

This PR resolves #75 (& the duplicate #48 )

Needs verification on a Mac

Due to switching from os.uname() to platform.uname(), I was able to confirm that usage on Linux is not broken, but I do not have a Mac to verify that this still works (I think it should).

Libraries that I've tested these changes on:

Changes