Skip to content
Snippets Groups Projects
Verified Commit 365e7e2b authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix syntax error

parent 9a91a6f8
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
} }
} }
#[cfg(any(target_env = "musl", target_os = "redox")] #[cfg(any(target_env = "musl", target_os = "redox"))]
#[link(name = "unwind", kind = "static", cfg(target_feature = "crt-static"))] #[link(name = "unwind", kind = "static", cfg(target_feature = "crt-static"))]
#[link(name = "gcc_s", cfg(not(target_feature = "crt-static")))] #[link(name = "gcc_s", cfg(not(target_feature = "crt-static")))]
extern {} extern {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment