Closed
Description
We've got a now-ancient Python script in the repository which has historically served the purpose of assembling the components of the rust-mingw package that we produce. Historically this was invoked from make
, and implementing that script in make
would be a nightmare!
Nowadays we've got rustbuild, a build system in Rust, so let's keep leveraging it! This script is called from one location and should be relatively easy rewrite it directly inline. The Rust standard library should have all the tools needed to implement this script.
I'm tagging this as E-easy and E-mentor, please reach out to me if you'd like to take this on and need assistance!