Note that cross compilation is not supported
This commit is contained in:
parent
e46e0fbacc
commit
5f42449b80
2
build.rs
2
build.rs
@ -38,6 +38,8 @@ fn build_client() {
|
||||
shell("client", "cargo build --release");
|
||||
}
|
||||
|
||||
/// Downloads and compiles qemu-nyx and packer and compiles them for the current architecture
|
||||
/// This means that cross-compilation is not supported
|
||||
fn setup_nyx(out_dir: &str) {
|
||||
let packer_path = std::path::PathBuf::from(format!("{out_dir}/packer"));
|
||||
let qemu_path = std::path::PathBuf::from(format!("{out_dir}/QEMU-Nyx"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user