This commit is contained in:
Folkert 2022-10-23 19:50:42 +02:00
parent baeb585b45
commit e3df138c45
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -1634,7 +1634,7 @@ mod tests {
let dylib_bytes = crate::generate_dylib::create_dylib_elf64(&names).unwrap();
std::fs::write(dir.join("libapp.so"), dylib_bytes).unwrap();
// now we can compile the host (it uses libapp.obj, hence the order here)
// now we can compile the host (it uses libapp.so, hence the order here)
let output = std::process::Command::new(&zig)
.current_dir(dir)
.args(&[