Note that cross compilation is not supported

This commit is contained in:
David Venhoff 2025-08-04 12:47:10 +02:00
parent e46e0fbacc
commit 5f42449b80

View File

@ -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"));