rust-osdev / cargo-xbuild

Automatically cross-compiles the sysroot crates core, compiler_builtins, and alloc.
Apache License 2.0
256 stars 25 forks source link

Can we support `xfix`? #63

Closed tjhu closed 4 years ago

tjhu commented 4 years ago

Can we support the command cargo fix in tool? Thanks!

phil-opp commented 4 years ago

Sure! I'd be happy to merge a PR for this.

See https://github.com/rust-osdev/cargo-xbuild/pull/12 for an example on how to add a new command.

phil-opp commented 4 years ago

Implemented in https://github.com/rust-osdev/cargo-xbuild/pull/64.