about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-12-06 21:01:32 -0800
committerbors <bors@rust-lang.org>2013-12-06 21:01:32 -0800
commit820271df1c3d7899460c0fa25c1a7cf74d45d431 (patch)
tree95f887fb4917f321c5317bfd88ea6c74afddba0c /src/libsyntax
parentaa4455e4c76598fcf6de84de14f050a700a2a14e (diff)
parente91ffb07105421b39dd6cade712522d0c5262c6c (diff)
downloadrust-820271df1c3d7899460c0fa25c1a7cf74d45d431.tar.gz
rust-820271df1c3d7899460c0fa25c1a7cf74d45d431.zip
auto merge of #10809 : alexcrichton/rust/static-snapshot, r=alexcrichton
Now that we have the necessary logic in rustc for windows, this is possible to land.
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs
index eafcf7c09a0..c9b3ba9d460 100644
--- a/src/libsyntax/lib.rs
+++ b/src/libsyntax/lib.rs
@@ -20,6 +20,7 @@
 
 #[license = "MIT/ASL2"];
 #[crate_type = "dylib"];
+#[crate_type = "rlib"];
 
 #[feature(macro_rules, globs, managed_boxes)];