]> git.lizzy.rs Git - rust.git/blobdiff - src/libunwind/lib.rs
Auto merge of #73671 - ehuss:update-mdbook, r=Mark-Simulacrum
[rust.git] / src / libunwind / lib.rs
index 18d41be77398b5736fe29430964bb786b23105e9..cc025da1af5557d7a74cee57ddbfb1f35a04c888 100644 (file)
@@ -27,3 +27,7 @@
 #[link(name = "gcc_eh", kind = "static-nobundle", cfg(target_feature = "crt-static"))]
 #[link(name = "gcc_s", cfg(not(target_feature = "crt-static")))]
 extern "C" {}
+
+#[cfg(all(target_vendor = "fortanix", target_env = "sgx"))]
+#[link(name = "unwind", kind = "static-nobundle")]
+extern "C" {}