about summary refs log tree commit diff
path: root/src/comp
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-01-17 14:40:59 -0800
committerBrian Anderson <banderson@mozilla.com>2012-01-17 15:13:43 -0800
commitc0df13958c7e9e98e01394836cb233a039103bb0 (patch)
tree38246ae78f3d6bec7079a44e739ac3bdd31f167f /src/comp
parent47b9fc278e97435c6ad9044250dde372bc231750 (diff)
downloadrust-c0df13958c7e9e98e01394836cb233a039103bb0.tar.gz
rust-c0df13958c7e9e98e01394836cb233a039103bb0.zip
Update crates with correct crate_type attribute
Diffstat (limited to 'src/comp')
-rw-r--r--src/comp/rustc.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc
index db36e6adc96..f310e579aad 100644
--- a/src/comp/rustc.rc
+++ b/src/comp/rustc.rc
@@ -7,7 +7,7 @@
 
 #[desc = "The Rust compiler"];
 #[license = "MIT"];
-#[crate_type = "bin"];
+#[crate_type = "lib"];
 
 use std (name = "std",
          vers = "0.1",