Caznix / IneptOS

MIT License
1 stars 0 forks source link

x86 xtask build is broken #2

Open ColinLeftwich opened 2 hours ago

ColinLeftwich commented 2 hours ago

Cargo xtask run/build x86_84 fails to build. It gives the error "No such file or directory" when trying to find the built binary located in kernel/target/x86_64-unknown-none/debug

ColinLeftwich commented 2 hours ago

@Caznix I checked PathBuf and that wasn't the issue. Turns out the target directory is no longer located in kernel so it wasn't finding the build binary. This should fix it.