Open yvvki opened 1 year ago
The build command is implemented here: https://github.com/rust-osdev/cargo-xbuild/blob/master/src/bin/cargo-xbuild.rs#L4 which run: https://github.com/rust-osdev/cargo-xbuild/blob/master/src/lib.rs#L133
I find it a bit complicated...
I'm going to reproduce what https://github.com/rust-osdev/bootimage.git functions and create my own
https://github.com/yvvki/cunnix/issues/8#issuecomment-1635710084