mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
auto merge of #4040 : pcwalton/servo/librustc-linkage, r=metajack
r? @zmike
This commit is contained in:
commit
ce6ea55acd
1 changed files with 2 additions and 1 deletions
|
@ -10,10 +10,11 @@
|
|||
#![feature(phase)]
|
||||
#[phase(plugin, link)]
|
||||
extern crate log;
|
||||
#[phase(plugin)]
|
||||
extern crate "plugins" as servo_plugins;
|
||||
|
||||
extern crate rustuv;
|
||||
|
||||
extern crate "plugins" as servo_plugins;
|
||||
extern crate servo;
|
||||
|
||||
extern crate azure;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue