]> git.lizzy.rs Git - rust.git/blobdiff - src/libsyntax/lib.rs
Add generation of static libraries to rustc
[rust.git] / src / libsyntax / lib.rs
index 351eab35a77fbfdb5aa6e352fa53a0c926a55244..7fd503a8d42942bbe83bfad68731353ffc996a3d 100644 (file)
@@ -19,7 +19,8 @@
        uuid = "9311401b-d6ea-4cd9-a1d9-61f89499c645")];
 
 #[license = "MIT/ASL2"];
-#[crate_type = "lib"];
+#[crate_type = "lib"]; // NOTE: remove after stage0 snapshot
+#[crate_type = "dylib"];
 
 #[feature(macro_rules, globs, managed_boxes)];