mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
auto merge of #4826 : mbrubeck/servo/cef_plugins, r=jdm
Fixes errors linking to our CEF embedding library. r? @glennw
This commit is contained in:
commit
95802fe8b3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate log;
|
extern crate log;
|
||||||
#[plugin]
|
#[plugin] #[no_link]
|
||||||
extern crate "plugins" as servo_plugins;
|
extern crate "plugins" as servo_plugins;
|
||||||
|
|
||||||
extern crate servo;
|
extern crate servo;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue