]> git.lizzy.rs Git - rust.git/blobdiff - src/librustuv/lib.rs
Add generation of static libraries to rustc
[rust.git] / src / librustuv / lib.rs
index 76882e885a8c924c15a230afa59f21433d6c916d..feb1c6b92bdec816725612670636de94c83fb36f 100644 (file)
@@ -41,7 +41,9 @@
        url = "https://github.com/mozilla/rust/tree/master/src/librustuv")];
 
 #[license = "MIT/ASL2"];
-#[crate_type = "lib"];
+#[crate_type = "lib"]; // NOTE: remove after stage0 snapshot
+#[crate_type = "rlib"];
+#[crate_type = "dylib"];
 
 #[feature(macro_rules, globs)];