mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
cef: Don't link against librustc in the final build artifact
This commit is contained in:
parent
9da7f10c3c
commit
10cc07e137
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue