this works to make the linker pick up the device.x ```rust println!( "cargo:rustc-link-search={}", env::var("CARGO_MANIFEST_DIR").unwrap(), );