auto merge of #4040 : pcwalton/servo/librustc-linkage, r=metajack

r? @zmike
This commit is contained in:
bors-servo 2014-11-19 13:18:29 -07:00
commit ce6ea55acd

View file

@ -10,10 +10,11 @@
#![feature(phase)] #![feature(phase)]
#[phase(plugin, link)] #[phase(plugin, link)]
extern crate log; extern crate log;
#[phase(plugin)]
extern crate "plugins" as servo_plugins;
extern crate rustuv; extern crate rustuv;
extern crate "plugins" as servo_plugins;
extern crate servo; extern crate servo;
extern crate azure; extern crate azure;