mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +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)]
|
||||
#[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