rust-osdev / bootimage

Tool to create bootable disk images from a Rust OS kernel.
Apache License 2.0
767 stars 67 forks source link

Use target_directory field of cargo metadata instead of hardcoding `target` #26

Closed phil-opp closed 5 years ago

phil-opp commented 5 years ago

The target directory can be overridden, e.g. through the CARGO_TARGET_DIR environment variable.

Fixes #25

phil-opp commented 5 years ago

Released as version 0.5.8

cc @GrayJack