-
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Python for scripting and get this working on Windows #74
Comments
By using Python, we can also do patching in Python scripts, which could be a solution for #61 . |
Python is far more of a dependency than a shell. |
It's attractive to run this on Windows, and it does no harm (we need Python anyway). |
it'd be better to add a powershell/batch script for windows because otherwise the python script would need to special case windows regardless |
See #140 |
done with batch script |
Currently I see no POSIX-specific utlities need to bootstrap Zig besides bash. Maybe we can switch to use Python for scripting to reduce dependencies. Another benifit for this is to be able to run this on Windows.
The text was updated successfully, but these errors were encountered: