]> git.lizzy.rs Git - rust.git/blobdiff - library/unwind/build.rs
Remove the x86_64-rumprun-netbsd target
[rust.git] / library / unwind / build.rs
index 694e6b98c82e349eed1aa6e5bf2863e0de576f76..d8bf152e4d638a1962986c841520a58873a6aa59 100644 (file)
@@ -22,8 +22,6 @@ fn main() {
         }
     } else if target.contains("freebsd") {
         println!("cargo:rustc-link-lib=gcc_s");
-    } else if target.contains("rumprun") {
-        println!("cargo:rustc-link-lib=unwind");
     } else if target.contains("netbsd") {
         println!("cargo:rustc-link-lib=gcc_s");
     } else if target.contains("openbsd") {